whitch value return void main?

Answer Posted / srinath goud

void main returns 'no value'.

Is This Answer Correct ?    14 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What functions are in conio h?

812


What is wrong in this statement?

740


What is formal argument?

790


When should a far pointer be used?

714


What are the types of bitwise operator?

771






What is pointer to pointer in c language?

722


What are different types of pointers?

686


What is extern c used for?

693


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3190


How to write c functions that modify head pointer of a linked list?

673


What is static function in c?

753


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2378


How do you write a program which produces its own source code as output?

741


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

810


What are file streams?

695