Answer Posted / amit shrivastava
main is the special function,,,,,,,, wch contain the
defination of u r program or we can say it contain the main
body of u r program.It is called as special funtion becoz
it is invoked by the compiler itself,no any other function
call the main().
the void is a return type which is use when no meaning ful
value is to be return
| Is This Answer Correct ? | 18 Yes | 9 No |
Post New Answer View All Answers
Differentiate between static and dynamic modeling.
What are the preprocessor categories?
What is data types?
Explain what is the difference between functions getch() and getche()?
What is local and global variable in c?
Difference between goto, long jmp() and setjmp()?
How can I find out how much free space is available on disk?
How do you determine a file’s attributes?
Write a program to swap two numbers without using a temporary variable?
What does double pointer mean in c?
Can you please explain the difference between syntax vs logical error?
What is type qualifiers?
What are the ways to a null pointer can use in c programming language?
In c language can we compile a program without main() function?
What is the use of #include in c?