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
What is the process to create increment and decrement stamen in c?
How can you find the exact size of a data type in c?
write a program to concatenation the string using switch case?
What is extern keyword in c?
What does a pointer variable always consist of?
What is sizeof array in c?
Tell me what are bitwise shift operators?
How many loops are there in c?
how we can make 3d venturing graphics on outer interface
Explain how can I pad a string to a known length?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
what is the different bitween abap and abap-hr?
What are data structures in c and how to use them?
Explain what is a 'locale'?
How does placing some code lines between the comment symbol help in debugging the code?