Is it possible to run a c program without using main?If yes
HOW??
Answer Posted / ankith.v
It is not possible
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
Explain how to reverse singly link list.
Difference between linking and loading?
Describe wild pointers in c?
What is the value of c?
What is the use of a conditional inclusion statement in C?
How can I prevent another program from modifying part of a file that I am modifying?
What is the hardest programming language?
Why doesnt the call scanf work?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What is the purpose of macro in C language?
What is the difference between call by value and call by reference in c?
How can I find out the size of a file, prior to reading it in?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What is meant by realloc()?
In C programming, what command or code can be used to determine if a number of odd or even?