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
How do you determine a file’s attributes?
What are the usage of pointer in c?
What is typedef struct in c?
why return type of main is not necessary in linux
What is the difference between functions abs() and fabs()?
What is sizeof array in c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What is the difference between abs() and fabs() functions?
What will the preprocessor do for a program?
Is return a keyword in c?
Explain why C language is procedural?
What are the advantages of using linked list for tree construction?
what is the difference between class and unio?
Can you mix old-style and new-style function syntax?
What is meant by operator precedence?