Can we include one C program into another C program if yes how?
Answer Posted / abhradeep chatterjee
I think its not possible.
| Is This Answer Correct ? | 12 Yes | 12 No |
Post New Answer View All Answers
Why static variable is used in c?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What is the difference between far and near ?
Explain the difference between #include "..." And #include <...> In c?
What is the use of parallelize in spark?
What is c token?
Why dont c comments nest?
What is assignment operator?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
pierrot's divisor program using c or c++ code
Explain the term printf() and scanf() used in c language?
What is the explanation for modular programming?
how to find binary of number?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is #include stdio h?