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


Please Help Members By Posting Answers For Below Questions

explain what is an endless loop?

826


What are the 5 organizational structures?

795


What is clrscr in c?

887


Did c have any year 2000 problems?

878


What is s in c?

835


praagnovation

2025


When should we use pointers in a c program?

868


What is the explanation for cyclic nature of data types in c?

885


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

839


What is formal argument?

877


What are the 5 types of inheritance in c ++?

764


Write a program to print numbers from 1 to 100 without using loop in c?

861


What is clrscr ()?

864


Explain can static variables be declared in a header file?

908


Explain enumerated types.

798