Is it possible to run a c program without using main?If yes
HOW??
Answer Posted / elahi
Yes it is possible to run a c program with out main for this
you need to supply astart(assembly procedure CRT) address in
the command line.
| Is This Answer Correct ? | 41 Yes | 7 No |
Post New Answer View All Answers
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What are the types of operators in c?
Explain what happens if you free a pointer twice?
Where in memory are my variables stored?
How is null defined in c?
What is the use of getch ()?
What is the difference between class and object in c?
what is the role you expect in software industry?
Is the exit() function same as the return statement? Explain.
Explain what are header files and explain what are its uses in c programming?
What does the error message "DGROUP exceeds 64K" mean?
Why we use conio h in c?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
What do you mean by keywords in c?
If I have a char * variable pointing to the name of a function ..