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 is difference between array and vector in c++?
Describe the syntax of single inheritance in C++?
What are the uses of typedef in a program?
What are the advantages of inheritance in c++?
What is setfill c++?
Can non graphic characters be used and processed in C++?
Write syntax to define friend functions in C++.
Why is main function important?
What does namespace mean in c++?
Explain the static storage classes in c++.
Does c++ support multilevel and multiple inheritances?
Can we inherit constructor in c++?
What is the oldest programming language?
Is c++ double?
What are the differences between java and c++?