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

Why is c called c?

635


What is the need of structure in c?

570


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

1785


Do string constants represent numerical values?

930


i want to know the procedure of qualcomm for getting a job through offcampus

1945






What header files do I need in order to define the standard library functions I use?

543


What is the maximum length of an identifier?

667


What is header file in c?

607


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

669


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

1746


a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none

631


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

749


What does a pointer variable always consist of?

667


How do you construct an increment statement or decrement statement in C?

747


what are enumerations in C

726