Answer Posted / mohit jain
main() function is user defined function becoz we defined it.
it is not predfined in header files.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is union in c?
Is anything faster than c?
Can a program have two main functions?
How would you rename a function in C?
Do you know what are bitwise shift operators in c programming?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What is the difference between typedef and #define?
can we have joblib in a proc ?
How can I avoid the abort, retry, fail messages?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
to find the closest pair
c program for searching a student details among 10 student details
What are runtime error?
How does #define work?
What does 4d mean in c?