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...


What is void main () in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

who is the father of C Language?

20 Answers   CTS, UST,


how to create c progarm without void main()?

1 Answers   NIIT,


What is the memory allocated by the following definition ? int (*x)[10];

4 Answers   ADITI, Wipro,


Is fortran still used today?

0 Answers  


What are the modifiers available in c programming language?

0 Answers  


What is getche() function?

0 Answers  


What is the ANSI C Standard?

0 Answers   Celstream,


#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }

1 Answers  


What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none

9 Answers   IBM,


Explain what is the benefit of using const for declaring constants?

0 Answers  


how do we remove the printed character in printf statement and write next it it

1 Answers  


Explain how can I pad a string to a known length?

0 Answers  


Categories