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

Is it possible to run a c program without using main?If yes
HOW??

Answer Posted / swetha

void add(int a,int b)
{
int c;
c=a+b;
printf("%d",c);
}

Is This Answer Correct ?    2 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When a c file is executed there are many files that are automatically opened what are they files?

1152


How can I get random integers in a certain range?

1127


int far *near * p; means

3623


What is the difference between functions getch() and getche()?

1139


Do you know pointer in c?

1110


What are header files and what are its uses in C programming?

1337


How do we make a global variable accessible across files? Explain the extern keyword?

1939


Can true be a variable name in c?

1090


What are compound statements?

1245


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

1192


what will be maximum number of comparisons when number of elements are given?

1952


What is a shell structure examples?

1153


What is c language and why we use it?

1121


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1784


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

2368