whitch value return void main?

Answer Posted / viji

It doesn't return any value

Is This Answer Correct ?    15 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why malloc is faster than calloc?

729


what is use of malloc and calloc?

1533


What are qualifiers and modifiers c?

677


What is meant by operator precedence?

802


Write a program on swapping (100, 50)

797






a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

774


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1492


What is a union?

731


What is stack in c?

766


Can we change the value of #define in c?

703


what is a constant pointer in C

797


The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none

882


How do you list files in a directory?

692


How can you tell whether a program was compiled using c versus c++?

740


Explain what is operator promotion?

758