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
What do you mean by overhead in c++?
What are advantages of using friend classes?
How do you generate a random number in c++?
Is it possible to get the source code back from binary file?
What is a unnitialised pointer?
Describe private, protected and public?
What is the benefit of encapsulation?
What is auto type c++?
Can I learn c++ without c?
What is the difference between passing by reference and passing a reference?
Explain the uses oof nested class?
What is a syntax in c++?
What is the use of pointer in c++ with example?
What is the most powerful coding language?
Why do you use the namespace feature?