What is meaning of "Void main" in C Language.
Answer Posted / pravin kumar
void main is main functio in c language where :-
= void means no return of any value.
= main is the function from which a program starts its
execution.whithout main(),program can compile but not run.
both the function are used to execute the program.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....
Explain how are portions of a program disabled in demo versions?
What is sizeof c?
Write a program with dynamically allocation of variable.
What is 'bus error'?
How can I swap two values without using a temporary?
What is the heap in c?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Explain the advantages of using macro in c language?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What are types of preprocessor in c?
Why c is procedure oriented?
What language is lisp written in?
Can variables be declared anywhere in c?
Which driver is a pure java driver