Which of the following are valid "include" formats?
A)#include and #include[file.h]
B)#include (file.h) and #include
C)#include [file.h] and #include "file.h"
D)#include <file.h> and #include "file.h"

Answer Posted / santosh

ans is d optioon because in c
we write hedder files in the following format,
#include<stdio.h>
#include "stdio.h"
there can be many number of file names.
above both formats are correct.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of ?

613


What are integer variable, floating-point variable and character variable?

598


Explain pointers in c programming?

628


Which is an example of a structural homology?

771


Write a factorial program using C.

637






What is the difference between mpi and openmp?

727


C language questions for civil engineering

1233


What are global variables?

638


What is an expression?

650


What are formal parameters?

649


What are linker error?

610


How can I remove the leading spaces from a string?

625


What does the error message "DGROUP exceeds 64K" mean?

720


What is scanf () in c?

656


Which is the memory area not included in C program? give the reason

1495