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
What is the difference between a string and an array?
Explain the difference between call by value and call by reference in c language?
What is "Duff's Device"?
how many key words availabel in c a) 28 b) 31 c) 32
What are header files in c programming?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
Write a progarm to find the length of string using switch case?
Define Spanning-Tree Protocol (STP)
Can you please explain the difference between strcpy() and memcpy() function?
Why does the call char scanf work?
How do you sort filenames in a directory?
Can a void pointer point to a function?
Differentiate between calloc and malloc.
Are the expressions * ptr ++ and ++ * ptr same?
what is the difference between class and unio?