what is the emaning of '#include" "'?
Answers were Sorted based on User's Feedback
Answer / angad kumar
'# INCLUDE " "' IS THE PREPROCESSOR DIRECTIVES It creates a
link to the library stdio.h and <iostream.h >.
| Is This Answer Correct ? | 23 Yes | 3 No |
Answer / guna
This is the header file of the C program..Another name is
documentation session.
| Is This Answer Correct ? | 10 Yes | 6 No |
Answer / shahid
This is header file that can be use in c or c++ programming
language.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / 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 |
Is c++ built on c?
You run a shell on unix system. How would you tell which shell are you running?
Describe the advantage of an external iterator.
What is a literal in c++?
What is #include iostream h in c++?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
Write a code/algo to find the frequency of each element in an array?
What is "strstream" ?
Is c++ an integer?
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
Write about an iterator class?
What are the advantages of pointers?