Answer Posted / durga mahesh
Say Big Nooooooooooooooooo..........
Its never ever possible bcoz when a program is compiled the compiler always looks for the entry of the program initially(this is the first and foremost action performed by compier)
In c,main() is the entry section...exectuion begins only after main is checked....
| Is This Answer Correct ? | 20 Yes | 12 No |
Post New Answer View All Answers
What are the different categories of functions in c?
what is use of malloc and calloc?
What does the file stdio.h contain?
If you know then define #pragma?
explain how do you use macro?
How do you use a 'Local Block'?
What is function what are the types of function?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is c standard library?
What is c programming structure?
How can you invoke another program from within a C program?
can any one provide me the notes of data structure for ignou cs-62 paper
Differentiate between a structure and a union.
What do you mean by dynamic memory allocation in c? What functions are used?
What is a node in c?