What is meaning of "Void main" in C Language.
Answer Posted / sangeeta
void means nothing..
and it doesn,t return any value..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is external variable in c?
Can we increase size of array in c?
Why structure is used in c?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
Can we change the value of static variable in c?
Why main is used in c?
What is nested structure with example?
what value is returned to operating system after program execution?
What is the purpose of main( ) in c language?
What do you mean by dynamic memory allocation in c?
How are Structure passing and returning implemented by the complier?
program to convert a integer to string in c language'
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
Is main an identifier in c?
What is realloc in c?