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
What are the types of c language?
What's the difference between constant char *p and char * constant p?
Can we use visual studio for c?
What is pointers in c?
List some of the dynamic data structures in C?
Is the exit() function same as the return statement? Explain.
Why C language is a procedural language?
What is void pointers in c?
What is malloc and calloc?
When should you use a type cast?
What is an example of structure?
What is the function of volatile in c language?
Can you assign a different address to an array tag?
How does sizeof know array size?
write a program to find the given number is prime or not