What is istream and ostream in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Is c++ the most powerful language?
Why should you learn c++?
Why are arrays usually processed with for loop?
What is multithreading and what is its use?Whats are multithreading techniques used in C++?
What are the advantage of using register variables?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What is RAII (Resource Acquisition Is Initialization)?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
What is meant by const_cast?
How many lines of code you have written for a single program?
How to stop conversions among objects?
What is &x in c++?