what is the emaning of '#include" "'?

Answers were Sorted based on User's Feedback



what is the emaning of '#include" "'?..

Answer / angad kumar

'# INCLUDE " "' IS THE PREPROCESSOR DIRECTIVES It creates a
link to the library stdio.h and <iostream.h >.

Is This Answer Correct ?    23 Yes 3 No

what is the emaning of '#include" "'?..

Answer / guna

This is the header file of the C program..Another name is
documentation session.

Is This Answer Correct ?    10 Yes 6 No

what is the emaning of '#include" "'?..

Answer / shahid

This is header file that can be use in c or c++ programming
language.

Is This Answer Correct ?    3 Yes 1 No

what is the emaning of '#include" "'?..

Answer / nayer plame

#include" ", as a preprocessor command, tries to a include
(simple text insertion) of a file named " "

if the blank between the two quotes is unintentional then
#include "" includes a file that is located in the same
directory as the file with the include command

if the single quotes around the include-command are
intentional, then is line would result in a syntax error

Is This Answer Correct ?    0 Yes 1 No

what is the emaning of '#include" "'?..

Answer / p.madhupriya

It is prerocessor

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More C++ General Interview Questions

Are c and c++ different?

0 Answers  


What is a multiset c++?

0 Answers  


What is difference between initialization and assignment?

12 Answers   HCL, HP, Infosys,


What is the difference between a template and a macro?

0 Answers  


In the derived class, which data member of the base class are visible?

0 Answers  






What is the best book for c++ beginners?

0 Answers  


Define friend function.

0 Answers  


what is difference between internet and Internet?

12 Answers   College School Exams Tests, Microsoft, MIT, TCS,


How to allocate memory dynamically for a reference?

0 Answers  


How long it will take to learn c++?

0 Answers  


Declare a class vehicle and make it an abstract data type.

0 Answers  


What is null pointer and void pointer?

0 Answers  


Categories