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
Is c++ fully object oriented?
What is oops in c++?
What are punctuators in c++?
Comment on assignment operator in c++.
What is the full name of logo?
What are multiple inheritances (virtual inheritance)?
Is empty stack c++?
What is decltype c++?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
What are the various storage classes in C++?
Difference between declaration and definition of a variable.
What is the output of the following program? Why?
What is basic if statement syntax?
How does a C++ structure differ from a C++ class?
What is the purpose of ios::basefield in the following statement?