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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

1104


Difference between exit() and _exit() function?

1177


Compare and contrast compilers from interpreters.

1181


Write a program to print factorial of given number without using recursion?

1046


How is pointer initialized in c?

1093


what is the different bitween abap and abap-hr?

2426


Explain the difference between #include "..." And #include <...> In c?

1092


What is the purpose of type declarations?

1170


What are volatile variables in c?

995


Tell me what are bitwise shift operators?

1175


what is different between auto and local static? why should we use local static?

1171


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2488


Why is c called c not d or e?

1146


What is the difference between declaring a variable by constant keyword and #define ing that variable?

3440


Write a Program to find whether the given number or string is palindrome.

1339