Answer Posted / subodh sharma
The main function is predefine and have three arguments
which return the value to the operating system and main is
also called by operating system .
| Is This Answer Correct ? | 11 Yes | 9 No |
Post New Answer View All Answers
What are the types of data types and explain?
What are the different types of data structures in c?
What is the use of a conditional inclusion statement in C?
If fflush wont work, what can I use to flush input?
When should a far pointer be used?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is call by value in c?
Why is c faster?
Explain threaded binary trees?
What does volatile do?
Why c is faster than c++?
Can we use any name in place of argv and argc as command line arguments?
Explain how can I convert a string to a number?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)