how to execute with out main in cprogram
Answer Posted / rina
any c program is not run without main function
main function is compalsary in c program
Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
What is hash table in c?
What does *p++ do? What does it point to?
What do you mean by a sequential access file?
Explain what is the benefit of using #define to declare a constant?
How to write c functions that modify head pointer of a linked list?
What are Macros? What are its advantages and disadvantages?
What is difference between structure and union in c programming?
Why c is a procedural language?
Differentiate call by value and call by reference?
code for quick sort?
What are structure members?
What would be an example of a structure analogous to structure c?
Is it cc or c in a letter?
Why do we use null pointer?
What does double pointer mean in c?