whitch value return void main?

Answer Posted / shankar

void main doesn't return any value

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Place the #include statement must be written in the program?

567


Explain bitwise shift operators?

627


Which is an example of a structural homology?

778


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

1209


Explain what is a static function?

628






why return type of main is not necessary in linux

1698


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

664


What do you mean by a sequential access file?

621


What does 2n 4c mean?

710


Is array a primitive data type in c?

573


Do variables need to be initialized?

616


What are the advantages of c language?

662


Differentiate between null and void pointers.

627


how to execute a program using if else condition and the output should enter number and the number is odd only...

1652


Why do we use main function?

630