Can we include one C program into another C program if yes how?
Answer Posted / amegha
can include another file by using preprocessor directive.
#include<program1.c>
#include<stdio.h>
main()
{
-----
-----
}
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Can a pointer be null?
Explain high-order and low-order bytes.
What do you understand by friend-functions? How are they used?
Why & is used in scanf in c?
What is page thrashing?
How many levels deep can include files be nested?
What is the difference between array_name and &array_name?
What is the difference between null pointer and wild pointer?
hi, which software companys will take,if d candidate's % is jst 55%?
in iso what are the common technological language?
How do you list a file’s date and time?
What is meant by preprocessor in c?
Write a c program to demonstrate character and string constants?
Why isnt any of this standardized in c?
Explain what is gets() function?