Answer Posted / sanjay bhosale
Every c program execution starts from startup procedure which internally calls exit(main({parameters here})).
so to start execution we need main() function in our program.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can I manipulate individual bits?
How many bytes is a struct in c?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What are different types of variables in c?
What is the acronym for ansi?
What is ponter?
What are c identifiers?
How can you convert integers to binary or hexadecimal?
What is define c?
What is indirection in c?
Can we access array using pointer in c language?
What is scope of variable in c?
Array is an lvalue or not?
What are the different file extensions involved when programming in C?
What are the two types of functions in c?