STL (140)
OOPS (873)
C++ General (2409) How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
Which bit wise operator is suitable for putting on a particular bit in a number?
Who created stl?
What is object in oops?
When is dynamic checking necessary?
What is cout flush?
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.
Can user-defined object be declared as static data member of another class?
Where are setjmp and longjmp used in c++?
Why do we use structure in c++?
What is a vector c++?
Can we get the value of ios format flags?
Why do we use pointers in c++?
What is pure oop?
What is encapsulation and abstraction? How are they implemented in C++?