STL (140)
OOPS (873)
C++ General (2409)
Mention the purpose of istream class?
What are the important differences between c++ and java?
What are proxy objects in c++?
Is c++ still in demand?
Is c++ fully object oriented?
What is prototype in c++ with example?
What are the advantages of polymorphism?
What are the differences between java and c++?
How would you find out if a linked-list is a cycle or not?
What are the various compound assignment operators in c++?
Differentiate between a constructor and a method in C++.
What is singleton class in c++?
When must you use a pointer rather than a reference?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)