Is it possible to run a c program without using main?If yes
HOW??
Answer Posted / bhavin
hi friends plz help me i want detail how can it
possible...??plz friend,,,also to adesh,valli,elahi...all
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How are Structure passing and returning implemented by the complier?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Explain built-in function?
Write a program to print factorial of given number without using recursion?
What are the types of type specifiers?
What is extern variable in c with example?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What do you know about the use of bit field?
Explain what are multibyte characters?
What is a memory leak? How to avoid it?
Does * p ++ increment p or what it points to?
how could explain about job profile
What is use of integral promotions in c?
When should the const modifier be used?
List the difference between a While & Do While loops?