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
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
Differentiate between #include<...> and #include '...'
what are enumerations in C
What is a good way to implement complex numbers in c?
What is the size of structure in c?
code for find determinent of amatrix
What are the storage classes in C?
How can I send mail from within a c program?
What does the error message "DGROUP exceeds 64K" mean?
Can the sizeof operator be used to tell the size of an array passed to a function?
What are control structures? What are the different types?
How many keywords are there in c?
Which of these functions is safer to use : fgets(), gets()? Why?
Explain how can you tell whether a program was compiled using c versus c++?
What is the size of array float a(10)?