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 / rakshitha

Ans is D.. that is #include<file.h> and #include "file.h"

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist

2511


Define recursion in c.

693


Why & is used in scanf in c?

612


Explain about the constants which help in debugging?

841


how is the examination pattern?

1587






FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

613


How can I copy just a portion of a string?

808


What is the condition that is applied with ?: Operator?

654


can any one provide me the notes of data structure for ignou cs-62 paper

1694


Write a program to check armstrong number in c?

631


Why doesnt the call scanf work?

658


What does do in c?

600


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

618


What is openmp in c?

604


What is the acronym for ansi?

622