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

Whether there can be main inside another main?If so how does
it work?

Answer Posted / gprabha

#include<stdio.h>
void main()
{
printf("main()");
main();
getch();
}

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

FILE PROGRAMMING

2291


Explain what are the different file extensions involved when programming in c?

1155


What is the modulus operator?

1254


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

1240


What is volatile, register definition in C

1147


Which are low level languages?

1145


Why is it important to memset a variable, immediately after allocating memory to it ?

2130


List the variables are used for writing doubly linked list program.

2079


How to Throw some light on the splay trees?

1099


What is the use of a semicolon (;) at the end of every program statement?

1585


what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

2465


What is meant by errors and debugging?

1151


Write a code to generate divisors of an integer?

1104


What is the difference between int main and void main?

1093


What is getch () for?

1312