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

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by const correctness?

620


What is data hiding c++?

595


If a header file is included twice by mistake in the program, will it give any error?

545


What is function prototyping?

616


What is runtime errors c++?

564






what Is DCS ? what i will get benefit when i did?

1827


What is the rule of three?

564


Who discovered c++?

556


Is c++ used anymore?

578


What is iostream in c++ used for?

543


Differences between private, protected and public and give examples.

573


Implement stack operations with pointers with appropriate exception checks.

561


What do you mean by stack unwinding in c++?

723


What is set in c++?

653


Which compiler does turbo c++ use?

596