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
What is difference between far and near pointers?
Explain what is wrong with this program statement?
what does static variable mean?
What is the argument of a function in c?
What is FIFO?
Why shouldn’t I start variable names with underscores?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Is multithreading possible in c?
Is null always equal to 0(zero)?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Can I initialize unions?
How can I find the modification date of a file?
what is the different bitween abap and abap-hr?
Explain what is the benefit of using #define to declare a constant?