Knowledge Walls
Venkatesan
Hyderabad, Andhra Pradesh, India
Passcode:
Introduction [cont'd]
Input Output Functions [cont'd]
Structures and Unions [cont'd]
# Preprocessor [cont'd]
What is C in Introduction of Programming in C
2286 Views
What is C? 
C language is structured, high level and machine independent language. C is called as compiler language. It is robust language which provides build-in functions and operators used to write complex programs. C programming language is developed by Dennis Ritchie between 1969 and 1973 at AT&T Bell Labs.
Program Hints 
# is c preprocessor directives. This statement will execute one step before program execution. #include includes already created programs to reuse with another programs. main() is the startup place for program execution. printf() is a pre defined function to print strings on console.
Program
#include
void main(){
    printf("Hello World!");
}
Output 
Hello World!
Next
Next Topics
Next lessons of current book.
Introduction of Programming in C
Best Lessons of "Programming in C"
Top lessons which are viewed more times.
Structures and Unions of Programming in C
Input Output Functions of Programming in C
Structures and Unions of Programming in C
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details