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 function in c with example?
What is volatile variable in c with example?
What is the difference between exit() and _exit() function in c?
What are the types of arrays in c?
In which header file is the null macro defined?
Write a simple code fragment that will check if a number is positive or negative.
What are directives in c?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is static function in c?
How can you increase the size of a dynamically allocated array?
what are non standard function in c
Explain setjmp()?
write a program to create a sparse matrix using dynamic memory allocation.
Can a variable be both constant and volatile?
How can I ensure that integer arithmetic doesnt overflow?