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
What is the difference between array and pointer in c?
What is the need of structure in c?
What is 2c dna?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
What are type modifiers in c?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Differentiate between new and malloc(), delete and free() ?
What would be an example of a structure analogous to structure c?
Which is better oop or procedural?
What functions are used for dynamic memory allocation in c language?
What is the total generic pointer type?
What is the main difference between calloc () and malloc ()?
What are loops c?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Write a program to check armstrong number in c?