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 is the deal on sprintf_s return value?
what do the 'c' and 'v' in argc and argv stand for?
difference between native and cross compilers
What is structure in c definition?
How do you generate random numbers in C?
Where define directive used?
Define Array of pointers.
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
why programs in c are running with out #include
What is operator promotion?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Is c a great language, or what?
How to write a code for reverse of string without using string functions?
Explain how do you determine a file’s attributes?