with out using main how to execute the program?

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


Please Help Members By Posting Answers For Below Questions

What is stack in c?

827


Is it valid to address one element beyond the end of an array?

898


What is multidimensional arrays

835


What is an expression?

832


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

843


What are the types of functions in c?

744


Does c have an equivalent to pascals with statement?

756


Is main is a keyword in c?

830


How can you determine the maximum value that a numeric variable can hold?

871


How to find a missed value, if you want to store 100 values in a 99 sized array?

1065


Explain 'bit masking'?

833


What are the main characteristics of c language describe the structure of ac program?

924


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

2090


Explain how can type-insensitive macros be created?

756


Can you please explain the difference between exit() and _exit() function?

809