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

Can we include one C program into another C program if yes how?

Answer Posted / yogesh bansal

Not Sure..But If the below way is correct. then yes, we can
do that

#include <stdio.h>
int main()
{
printf("this is first program\n");
int main()
{
printf("this is second program\n");
return 0;
}
main();
return 0;
}

Is This Answer Correct ?    7 Yes 28 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can I convert a string to a number?

1037


Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

1214


What are the types of data structures in c?

1094


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

1179


How many levels of pointers have?

1001


How can I automatically locate a programs configuration files in the same directory as the executable?

1117


‎How to define structures? · ‎

1037


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

1120


Is it possible to initialize a variable at the time it was declared?

1190


What math functions are available for integers? For floating point?

1091


how to create duplicate link list using C???

2520


#include { printf("Hello"); } how compile time affects when we add additional header file .

1864


Explain how do you override a defined macro?

1026


What does dm mean sexually?

1269


What are header files in c programming?

1089