Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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"

Answers were Sorted based on User's Feedback



Which of the following are valid "include" formats? A)#include and #include[file.h] B)#i..

Answer / safish

D

Is This Answer Correct ?    21 Yes 0 No

Which of the following are valid "include" formats? A)#include and #include[file.h] B)#i..

Answer / gopichandar

d

Is This Answer Correct ?    9 Yes 0 No

Which of the following are valid "include" formats? A)#include and #include[file.h] B)#i..

Answer / jj

ans-d.

1st one searches from current directory,
2nd one searches from list of directories specified in
inlcude path

Is This Answer Correct ?    6 Yes 1 No

Which of the following are valid "include" formats? A)#include and #include[file.h] B)#i..

Answer / rakshitha

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

Is This Answer Correct ?    3 Yes 0 No

Which of the following are valid "include" formats? A)#include and #include[file.h] B)#i..

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

Which of the following are valid "include" formats? A)#include and #include[file.h] B)#i..

Answer / shikhar

Usha, please donot write WRONG ANSWERS without
confirming....it is not a good practice...thx
The correct answer is D

Is This Answer Correct ?    2 Yes 1 No

Which of the following are valid "include" formats? A)#include and #include[file.h] B)#i..

Answer / rima

the ans is d.

Is This Answer Correct ?    2 Yes 1 No

Which of the following are valid "include" formats? A)#include and #include[file.h] B)#i..

Answer / shrinidhhi

Ans is "D".

Is This Answer Correct ?    1 Yes 1 No

Which of the following are valid "include" formats? A)#include and #include[file.h] B)#i..

Answer / belsia

The answer is "D".Because in c it is possible to use
double codes in the header file.so the correct
answers are
#include<file.h>
#include<"file.h"

Is This Answer Correct ?    1 Yes 1 No

Which of the following are valid "include" formats? A)#include and #include[file.h] B)#i..

Answer / usha

none are correct

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More C Interview Questions

to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

0 Answers  


if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.

1 Answers   TCS,


Is boolean a datatype in c?

0 Answers  


Explain how can I pad a string to a known length?

0 Answers  


Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

0 Answers  


How do you write a program which produces its own source code as its output?

2 Answers  


The file stdio.h, what does it contain?

0 Answers  


What are the different pointer models in c?

4 Answers  


how to count no of words,characters,lines in a paragraph.

0 Answers  


what are the languages used in c#?

3 Answers   Infosys,


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers   Mind Tree,


Explain bitwise shift operators?

0 Answers  


Categories