What is difference between class and function?
No Answer is Posted For this Question
Be the First to Post Answer
Which compiler does turbo c++ use?
What is srand c++?
Why do we need templates?
What happens if an exception is throws from an, object's constructor and object's destructor?
What are different types of typecasting supported by C++
Explain function overloading and operator overloading.
Differentiate between late binding and early binding.
Define pre-condition and post-condition to a member function in c++?
What are the types of STL containers?
Do you know what are static and dynamic type checking?
C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() { cout<<cout<<' '; cout<<cin; return 0; } It prints some address in hexadecimal. what is it?
What are the three forms of cin.get() and what are their differences?