What is meaning of "Void main" in C Language.

Answer Posted / raj

by default main return int to its environment but when we
declare void main it means it will not return any value

Is This Answer Correct ?    36 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an expression?

653


What is ## preprocessor operator in c?

610


code for replace tabs with equivalent number of blanks

1634


What is the purpose of sprintf() function?

598


Write a C program in Fibonacci series.

630






Explain the red-black trees?

603


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

870


The statement, int(*x[]) () what does in indicate?

642


Is null valid for pointers to functions?

608


Explain c preprocessor?

680


What is wrong with this program statement?

608


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

586


Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

752


What is pointer to pointer in c?

632


Write a c program to demonstrate character and string constants?

1679