Answer Posted / sagar
In any C program, it must contain main function..........
So, it is not possible to run any program without main
function .......
Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is stack in c?
Is it valid to address one element beyond the end of an array?
What is multidimensional arrays
What is an expression?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What are the types of functions in c?
Does c have an equivalent to pascals with statement?
Is main is a keyword in c?
How can you determine the maximum value that a numeric variable can hold?
How to find a missed value, if you want to store 100 values in a 99 sized array?
Explain 'bit masking'?
What are the main characteristics of c language describe the structure of ac program?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Explain how can type-insensitive macros be created?
Can you please explain the difference between exit() and _exit() function?