Answer Posted / inamdar
every program execution is starts from the main()
function.compiler starts execution from main()
function.by default it returns integer value.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Why c is called object oriented language?
What is a static function in c?
How to write c functions that modify head pointer of a linked list?
Why are algorithms important in c program?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Explain what happens if you free a pointer twice?
How can I find the modification date and time of a file?
How many keywords (reserve words) are in c?
Is swift based on c?
Does c have circular shift operators?
What does dm mean sexually?
What is memory leak in c?
What is far pointer in c?
What is equivalent to ++i+++j?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2