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
How do you remove an element from a set in c++?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What are the two types of comments, and how do they differ?
Write about the stack unwinding?
What do you understand by zombie objects in c++?
Do class declarations end with a semicolon? Do class method definitions?
What is polymorphism & list its types in c++?
What is c++ 11 and c++ 14?
What are the advantages of using pointers in a program?
Difference between overloading vs. Overriding
Why do we use the using declaration?
What is #include iomanip?
What is the meaning of string in c++?