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
What is the difference between #include
What is %s and %d in c?
What do mean by network ?
what type of questions arrive in interview over c programming?
why we wont use '&' sing in aceesing the string using scanf
Which are low level languages?
i want to know the procedure of qualcomm for getting a job through offcampus
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
Explain the use of keyword 'register' with respect to variables.
What does the file stdio.h contain?
What is scope rule in c?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Why does notstrcat(string, "!");Work?
What happens if a header file is included twice?
Why is sizeof () an operator and not a function?