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
Why c is called procedure oriented language?
explain what are pointers?
Explain the difference between strcpy() and memcpy() function?
What is data structure in c language?
Can we declare a function inside a function in c?
Can a void pointer point to a function?
What is the use of #define preprocessor in c?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What is a spanning Tree?
Why do we use static in c?
What Is The Difference Between Null And Void Pointer?
Explain how can you avoid including a header more than once?
What is c variable?
What is hash table in c?
What is an array in c?