Brief explaination about #include<iostream.h>,
cin and cout
Answer Posted / iyyappan
cin
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
What is the difference between c++ and turbo c++?
Difference between an inspector and a mutator
Are iterators pointers?
What can I safely assume about the initial values of variables which are not explicitly initialized?
What are compilers in c++?
What is null c++?
write a function signature with various number of parameters.
What is setfill c++?
What is a null object in c++?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
what is COPY CONSTRUCTOR and what is it used for?
What gives the current position of the put pointer?
What is endl?
What is private inheritance?
When to use “const” reference arguments in a function?