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
Give me the code of in-order recursive and non-recursive.
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What are high level languages like C and FORTRAN also known as?
Can an array be an Ivalue?
What is the function of this pointer?
What does a function declared as pascal do differently?
Difference between MAC vs. IP Addressing
What are pointers? Why are they used?
Why do we use header files in c?
Who is the founder of c language?
What does sizeof int return?
What is pointer in c?
praagnovation
What is the difference between declaring a variable and defining a variable?
How can I insert or delete a line (or record) in the middle of a file?