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

void main() returns no value

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Interview Questions

How do you initialize pointer variables?

0 Answers  


main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }

8 Answers   Vector,


Differentiate between new and malloc(), delete and free() ?

0 Answers   iNautix,


a simple program in c language

5 Answers   IBM,


6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?

3 Answers  


What is call by value in c?

0 Answers  


Should a function contain a return statement if it does not return a value?

0 Answers  


What is a static function in c?

0 Answers  


Why isnt there a numbered, multi-level break statement to break out

0 Answers  


Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx

4 Answers  


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

0 Answers  


SRUCTURE PROGRAMMING

3 Answers   CTS, Wipro,


Categories