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 4 types of organizational structures?
What is openmp in c?
How can I read data from data files with particular formats?
What are static variables in c?
What is meant by errors and debugging?
explain what is fifo?
Are pointers integers in c?
What is a union?
Can you please explain the difference between syntax vs logical error?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What does *p++ do? What does it point to?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is structure data type in c?
What are the keywords in c?