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
how to write a c program to print list of fruits in alpabetical order?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What is boolean in c?
What is string length in c?
What are dangling pointers in c?
Why does the call char scanf work?
What is c definition?
What are high level languages like C and FORTRAN also known as?
Explain what is the advantage of a random access file?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
Describe how arrays can be passed to a user defined function
what is a constant pointer in C
about c language
What is difference between array and structure in c?
How we can insert comments in a c program?