STL (140)
OOPS (873)
C++ General (2409) Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
TCS,
1052
Why do we learn c++?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
What are the components of stl?
What is c++ vb?
What is the difference between encapsulation and polymorphism?
What is the latest c++ standard?
Out of fgets() and gets() which function is safe to use?
What is c++ redistributable?
What is a pointer with example?
Explain explicit container.
Where is pseudocode used?
Do class declarations end with a semicolon? Do class method definitions?
What are the types of abstraction?
What are the operators in c++?
Can you write a function similar to printf()?