STL (140)
OOPS (873)
C++ General (2409)
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
Why is abstraction needed?
Explain virtual class?
sir please send me bpcl previous question papers
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.
What is the use of endl in c++ give an example?
What is null and void pointer?
What is and I oop mean?
Can we define a class within the interface?
what is data abstraction in C++?
What is the difference between containment and delegation?
What is the main function c++?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
What is the precedence when there is a global variable and a local variable in the program with the same name?
What does std mean in c++?