Answer Posted / sagar
In any C program, it must contain main function..........
So, it is not possible to run any program without main
function .......
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is spaghetti programming?
What is structure packing in c?
Difference between constant pointer and pointer to a constant.
what is recursion in C
How many data structures are there in c?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What does a function declared as pascal do differently?
What are unions in c?
How to define structures? ·
Once I have used freopen, how can I get the original stdout (or stdin) back?
What are the types of arrays in c?
Is the exit() function same as the return statement? Explain.
is it possible to create your own header files?
What are the modifiers available in c programming language?
Why is C language being considered a middle level language?