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

how to execute with out main in cprogram

Answer Posted / developer

Coding seekh le Ravinder.

Is This Answer Correct ?    3 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many keywords are there in c?

1123


Explain about block scope in c?

1147


What are local variables c?

1071


Why is c so powerful?

1164


Explain the term printf() and scanf() used in c language?

1096


What does. int *x[](); means ?

1136


Can we replace the struct function in tree syntax with a union?

1353


What are the primitive data types in c?

1133


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3742


What is meant by gets in c?

1266


What is the use of getch ()?

1118


int far *near * p; means

3623


What is the purpose of void pointer?

1102


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

1141


Do array subscripts always start with zero?

1370