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
Can we replace the struct function in tree syntax with a union?
What does it mean when the linker says that _end is undefined?
What is typeof in c?
What are the types of data files?
How can I ensure that integer arithmetic doesnt overflow?
How many levels deep can include files be nested?
Combinations of fibanocci prime series
Explain the use of fflush() function?
How many keywords (reserve words) are in c?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
What is the maximum no. of arguments that can be given in a command line in C.?
What is #include stdio h?
Can a pointer be volatile in c?
What is the advantage of c?
What is the translation phases used in c language?