Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


whitch value return void main?

Answers were Sorted based on User's Feedback



whitch value return void main?..

Answer / viji

It doesn't return any value

Is This Answer Correct ?    15 Yes 2 No

whitch value return void main?..

Answer / srinath goud

void main returns 'no value'.

Is This Answer Correct ?    14 Yes 4 No

whitch value return void main?..

Answer / viji

It doesn't return any value

Is This Answer Correct ?    6 Yes 2 No

whitch value return void main?..

Answer / kalyan

Void Doesn't Return any value instead u using int u need to
written any valu but void does n't return any value

Is This Answer Correct ?    4 Yes 0 No

whitch value return void main?..

Answer / 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

whitch value return void main?..

Answer / shankar

void main doesn't return any value

Is This Answer Correct ?    4 Yes 1 No

whitch value return void main?..

Answer / pradeep

void main might return a value.
you should not assign to other variable.

Is This Answer Correct ?    4 Yes 1 No

whitch value return void main?..

Answer / sukh

"void" returns no value

Is This Answer Correct ?    2 Yes 2 No

whitch value return void main?..

Answer / trushali

when we write void main it means its not returning any value
to main function,so we do not need write return 0 at the end
of program.
but when we write main only then by default compiler
consider it as int main,and at the end we need to write
return 0(means successful completion of the program without
any problem).

Is This Answer Correct ?    0 Yes 0 No

whitch value return void main?..

Answer / prabu

yes there is no return a value for void main function

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

If you know then define #pragma?

0 Answers  


Explain what does the format %10.2 mean when included in a printf statement?

0 Answers  


What's a "sequence point"?

3 Answers  


Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?

4 Answers   Oracle,


2. What does static variable mean?

2 Answers  


Why do we use return in c?

0 Answers  


difference between native and cross compilers

0 Answers  


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

0 Answers  


What is the difference between GETS();AND SCANF();

4 Answers   TCS,


what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }

1 Answers  


diff between exptected result and requirement?

0 Answers   HCL,


write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words

5 Answers   Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,


Categories