Can we include one C program into another C program if yes how?
Answer Posted / krishhna
We can include the another c program so before that the program which you are going to include should be coppied to c:>tc\include directory
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the complete rules for header file searching?
Difference between constant pointer and pointer to a constant.
What are the data types present in c?
Explain how do you use a pointer to a function?
Explain the difference between exit() and _exit() function?
Is there a built-in function in C that can be used for sorting data?
What is structure padding and packing in c?
What are reserved words?
Apart from dennis ritchie who the other person who contributed in design of c language.
If I have a char * variable pointing to the name of a function ..
What are the string functions? List some string functions available in c.
What is meant by type casting?
What is adt in c programming?
What are the 32 keywords in c?
What are the 5 types of inheritance in c ++?