Is it possible to run a c program without using main?If yes
HOW??
Answer Posted / sourisengupta
Thanx elahi....
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
What is c programing language?
What oops means?
Why array is used in c?
What is a function in c?
What is a const pointer?
What are the rules for identifiers in c?
Are local variables initialized to zero by default in c?
What is scope and lifetime of a variable in c?
What are the 4 types of functions?
what is event driven software and what is procedural driven software?
What is restrict keyword in c?
What are 'near' and 'far' pointers?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What are the different types of control structures in programming?
Can we assign string to char pointer?