Can we include one C program into another C program if yes how?
Answer Posted / vinay kashyap
may be using the preprocessor directives.. like..
#include "prog1.c"
#include<stdio.h>
int main()
{
.
.
.
.
}
| Is This Answer Correct ? | 15 Yes | 7 No |
Post New Answer View All Answers
Why is struct padding needed?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What are variables and it what way is it different from constants?
What is a macro in c preprocessor?
What is break statement?
Which is better pointer or array?
What is the difference between arrays and pointers?
What do you mean by invalid pointer arithmetic?
What is #include stdlib h?
When we use void main and int main?
Which function in C can be used to append a string to another string?
What are valid operations on pointers?
How to compare array with pointer in c?
How can you find the exact size of a data type in c?
code for quick sort?