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

the ans is d.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

1128


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3455


What is return type in c?

1073


What is typeof in c?

952


How are portions of a program disabled in demo versions?

1230


What are the functions to open and close file in c language?

1128


What is huge pointer in c?

1022


Is int a keyword in c?

905


What are the advantages of using new operator as compared to the function malloc ()?

1267


What are nested functions in c?

975


how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?

1920


What is struct node in c?

1018


What is the difference between #include

and #include “header file”?

969


Are negative numbers true in c?

1000


Between macros and functions,which is better to use and why?

2111