STL (140)
OOPS (873)
C++ General (2409) What is the need of a destructor?
Should I learn c or c++ first?
Q1. A. What is unary operator? List out the different operators involved in the unary operator. B. What is an adjust field format flag? Q2. A. Distinguish between a # include and #define. B. Can a list of string be stored within a two dimensional array? Q3. A.Explain how a pointer to function can be declared in C++? B.List the merits and demerits of declaring a nested class in C++? Q4. A. What are the syntactic rules to be avoid ambiguity in multiple inheritence? B. Explain the operation of overloading of an assignment operator. Q5. A. Explain how the virtual base class is different from the conventional base classes of the opps. B. Explain how an exception handler is defined and invoked in a Program. Q6. A. What is a binary file? List the merits and demerits of the binary file usagein C++. B. Write short notes on Text Manipulation Routines. C. Write bites in Turbo c++ Header (“Include”) Files.
Explain the difference between overloading and overriding?
Describe linkages and types of linkages?
What is multilevel inheritance?
What are main features of oop?
What is buffering in c++?
What is an algorithm (in terms of the STL/C++ standard library)?
When can I use a forward declaration?
Is oops and c++ same?
Write a C++ Program to check whether a number is prime number or not?
What is a breakpoint?
Tell me what are static member functions?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box