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

What is scope and lifetime of a variable in c?

0 Answers  


hi , please send me NIC written test papers to sbabavalli@gmail.com

0 Answers   NIC,


what is meant by flushll() in c programming?

1 Answers  


What is array of structure in c?

0 Answers  


What is switch in c?

0 Answers  


write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+

1 Answers   Reliance,


What are qualifiers in c?

0 Answers  


What is #include called?

0 Answers  


What is substring in c?

0 Answers  


#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }

9 Answers   TCS,


code for replace tabs with equivalent number of blanks

0 Answers   Bosch,


What is a rvalue?

0 Answers   Global Logic,


Categories