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?
HCL,
2386Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?
CSC,
6 8767What is optimization in c++? when using volatile.optimization is not possible..what does this mean?
1 4064What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }
4 6034
Explain polymorphism?
What is oops with example?
What is an associative container in c++?
How do I use turbo c++?
Is c++ double?
Can user-defined object be declared as static data member of another class?
Explain how the virtual base class is different from the conventional base classes of the opps.
If I is an integer variable, which is faster ++i or i++?
What are references in c++? What is a local reference?
Is it possible to write a c++ template to check for a function's existence?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
How the endl and setw manipulator works?
What are the restrictions apply to constructors and destructors?
Explain abstraction.
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory