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
How do you override a defined macro?
How can I find the modification date and time of a file?
What are reserved words?
What is an lvalue in c?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is the difference between #include and #include 'file' ?
How do I round numbers?
Is file a keyword in c?
What are the types of data types and explain?
Once I have used freopen, how can I get the original stdout (or stdin) back?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What is the purpose of the statement: strcat (S2, S1)?
Explain heap and queue.
Write a program to identify if a given binary tree is balanced or not.
Describe how arrays can be passed to a user defined function