Is it possible to run a c program without using main?If yes
HOW??
Answer Posted / vrushali
Hi Valli,
I tried the solution provided by you. It doesnot work.
Please chk the compliation procedure.
gcc -g -nostartfiles main.c
I am getting the following:
/usr/bin/ld: warning: cannot find entry symbol _start;
defaulting to 080481a4
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Is there any demerits of using pointer?
Are c and c++ the same?
What are the types of variables in c?
write a program to rearrange the array such way that all even elements should come first and next come odd
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is an identifier?
Is c still relevant?
Differentiate Source Codes from Object Codes
how can I convert a string to a number?
What is double pointer in c?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
how could explain about job profile
What are actual arguments?
What is the use of a semicolon (;) at the end of every program statement?
Using which language Test cases are added in .ptu file of RTRT unit testing???