Structured : A structured language offers a variety of programming possibilities such as WHILE, DO WHILE, FOR LOOPS AND function example c, c++, java etc.
Portability : Portability means C has an ability to program to run in different environment. different environment could refer to different computer, OS or compiler where as machine or assembly language varies from computer to compare and hence program writeen in this language.
Flexibility : C language is used for developing system level software such as OS, compiler) as well as application software.
2)Linking section
3)Definition section
4)Global Declaration section
5)Main() function section
6)User define function
"you can find in below"
1) // (for single line comment)
2) multiple line
/*
hello
*/
definition : definition means if user want to define some function than the definition is used
ex: #define
linking section : in linking section user include any header file and other file
ex : #include
globally section : globally means the variable access any where. the globally is use in above main() function.
ex: extern int a=10;
main() function : main is the main of the programs all the programs are executed in the main() function. main is the main components of the c program
user define function : is the user define function, user can create thier own function
ex :void user()
" simple c program "
3 Comments
Nice learning website
ReplyDeleteit is batter then other learning website
ReplyDeleteI am from USA
ReplyDelete