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
Explain Basic concepts of C language?
Where are c variables stored in memory?
Difference between MAC vs. IP Addressing
What are the 5 elements of structure?
What is a nested formula?
Explain how do you generate random numbers in c?
What type is sizeof?
What is string length in c?
List some basic data types in c?
Explain the properties of union.
write a progrmm in c language take user interface generate table using for loop?
What is difference between %d and %i in c?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is the difference between memcpy and memmove?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }