Is it possible to run a c program without using main?If yes
HOW??

Answer Posted / vrushali

HI Valli,

Still the same problem.

/usr/bin/ld: warning: cannot find entry symbol _start;
defaulting to 080481a4

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about the functions strcat() and strcmp()?

591


Is main a keyword in c?

619


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1341


What are the ways to a null pointer can use in c programming language?

581


Differentiate fundamental data types and derived data types in C.

604






Why does notstrcat(string, "!");Work?

632


Can math operations be performed on a void pointer?

581


Can you define which header file to include at compile time?

573


What is spaghetti programming?

659


What is c value paradox explain?

563


What do you know about the use of bit field?

600


What is wrong with this initialization?

576


What is the scope of static variable in c?

521


How to get string length of given string in c?

599


There seem to be a few missing operators ..

607