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
Write a program to know whether the input number is an armstrong number.
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
How can you determine the size of an allocated portion of memory?
What are dangling pointers? How are dangling pointers different from memory leaks?
Do you know the use of fflush() function?
Is there anything like an ifdef for typedefs?
How can I swap two values without using a temporary?
How many types of arrays are there in c?
Is null valid for pointers to functions?
Do pointers store the address of value or the actual value of a variable?
What are the key features in c programming language?
Who developed c language and when?
Is it better to use malloc() or calloc()?
What are structure types in C?
What is the difference between exit() and _exit() function in c?