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

which header file contains main() function in c?

Answer Posted / raj

pls without knowing correct ans dont provide any wrong ans......

Is This Answer Correct ?    18 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Combinations of fibanocci prime series

1666


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

1710


How would you rename a function in C?

1091


Can a file other than a .h file be included with #include?

1222


What is null pointer constant?

1280


What are high level languages like C and FORTRAN also known as?

1236


How can I read data from data files with particular formats?

1094


How many levels of indirection in pointers can you have in a single declaration?

1147


What are the features of c language?

1126


Is struct oop?

1064


Write a code of a general series where the next element is the sum of last k terms.

1094


any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

1104


what are the 10 different models of writing an addition program in C language?

1945


Who is the founder of c language?

1224


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

1325