whitch value return void main?

Answer Posted / aruna.r

void main() doesn't return any value.but we have to use
return type int means return any value

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

642


What are preprocessor directives in c?

630


How is a macro different from a function?

652


What is calloc()?

623


What is a structure member in c?

539






What is non linear data structure in c?

567


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

659


What standard functions are available to manipulate strings?

558


What is the difference between the = symbol and == symbol?

619


What is p in text message?

536


What kind of structure is a house?

549


Why c is procedure oriented?

565


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

774


pierrot's divisor program using c or c++ code

1724


What is hashing in c language?

611