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"

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are pointers really faster than arrays?

1081


What do mean by network ?

1217


How can I recover the file name given an open stream or file descriptor?

1141


What is the difference between strcpy() and memcpy() function in c programming?

1134


What is I ++ in c programming?

1170


Can you think of a logic behind the game minesweeper.

2520


How can I copy just a portion of a string?

1368


How can I remove the leading spaces from a string?

1214


Can you add pointers together? Why would you?

1182


Explain how can I make sure that my program is the only one accessing a file?

1277


What is function definition in c?

1118


Write a program to check prime number in c programming?

1147


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

1981


What do you mean by keywords in c?

1201


How can I insert or delete a line (or record) in the middle of a file?

1069