what is the emaning of '#include" "'?

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


Please Help Members By Posting Answers For Below Questions

What is an associative container in c++?

649


What is implicit conversion/coercion in c++?

786


Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort

750


What are the implicit member functions of class?

693


What is istream and ostream in c++?

697






Does c++ vector allocate memory?

630


Is it possible for a member function to delete the pointer, named this?

709


How can we check whether the contents of two structure variables are same or not?

685


How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?

738


What is a node class in c++?

733


What is data hiding c++?

685


Is c++ slower than c?

669


Explain terminate() and unexpected() function?

700


Can a built-in function be recursive?

681


What is recursion?

744