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 an associative container in c++?
What is implicit conversion/coercion in c++?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
What are the implicit member functions of class?
What is istream and ostream in c++?
Does c++ vector allocate memory?
Is it possible for a member function to delete the pointer, named this?
How can we check whether the contents of two structure variables are same or not?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
What is a node class in c++?
What is data hiding c++?
Is c++ slower than c?
Explain terminate() and unexpected() function?
Can a built-in function be recursive?
What is recursion?