STL (140)
OOPS (873)
C++ General (2409) What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same
CTS,
3 8468How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?
CTS,
2 9430Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";
CTS,
7 25040Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
2250reading material is provided 3 books for c++ if u need more do let me know thnx i hve lots of material do let me know if u want it
2 4887
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
#include
Is abstract thinking intelligence?
Write a Program to find the largest of 4 no using macros.
Explain differences between new() and delete()?
Is c++ the hardest language?
Define token in c++.
What is encapsulation selenium?
How many types of classes are there in c++?
Explain how overloading takes place in c++?
Can we use clrscr in c++?
What is new in c++?
What is endianness?
What is the use of typedef?
What is the role of C++ shorthand's?