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 is meant by int main ()?
Why c is a procedural language?
What is pointer to pointer in c with example?
What are register variables? What are the advantage of using register variables?
What is the ANSI C Standard?
What is f'n in math?
What are the 4 data types?
What is static and volatile in c?
What is wrong with this program statement?
How will you write a code for accessing the length of an array without assigning it to another variable?
What is data type long in c?
What is table lookup in c?
What are the benefits of c language?
How can I run c program?
How can a number be converted to a string?