Answer Posted / pradeep
It is not a c program if it is not using main function.
Compiler starts execution from main function always.
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
Differentiate between static and dynamic modeling.
How many main () function we can have in a project?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Do you have any idea about the use of "auto" keyword?
Where define directive used?
In which header file is the null macro defined?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What do header files do?
Where can I get an ansi-compatible lint?
Write a program to reverse a linked list in c.
How can I discover how many arguments a function was actually called with?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
what are the different storage classes in c?
Do pointers need to be initialized?
Explain what is #line used for?