Answer Posted / m.kirthika
main() is a predefined function because compiler starts
executing only in main() function. It better to press F7
function key after compiling your program because the
control first passes only to main() function
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
What is pass by value in c?
What language is c written?
When we use void main and int main?
Explain c preprocessor?
Can stdout be forced to print somewhere other than the screen?
What are the parts of c program?
What are high level languages like C and FORTRAN also known as?
What is a example of a variable?
I have a varargs function which accepts a float parameter?
#include
What is f'n in math?
Write a program to print ASCII code for a given digit.
Can we initialize extern variable in c?
How can I dynamically allocate arrays?
Do you have any idea how to compare array with pointer in c?