Is it possible to run a c program without using main?If yes
HOW??
Answer Posted / rupali yadav
no
| Is This Answer Correct ? | 5 Yes | 21 No |
Post New Answer View All Answers
int i=10; printf("%d %d %d", i, i=20, i);
What is ctrl c called?
Are the variables argc and argv are local to main?
Why clrscr is used in c?
Write a program to print "hello world" without using a semicolon?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Explain what is a 'locale'?
How do you generate random numbers in C?
How to write a code for reverse of string without using string functions?
Explain 'far' and 'near' pointers in c.
Why do we use pointer to pointer in c?
How many loops are there in c?
Why & is used in scanf in c?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Explain what is the difference between #include and #include 'file' ?