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
Do you know the difference between malloc() and calloc() function?
Are there any problems with performing mathematical operations on different variable types?
How can you call a function, given its name as a string?
Is array a primitive data type in c?
Where can I get an ansi-compatible lint?
What is difference between stdio h and conio h?
What is bin sh c?
What are qualifiers and modifiers c?
what are # pragma staments?
What is use of integral promotions in c?
What is the use of void pointer and null pointer in c language?
What is || operator and how does it function in a program?
Subtract Two Number Without Using Subtraction Operator
Why is #define used?
How to define structures? ·