What is the use of class in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Describe new operator and delete operator?
How to demonstrate the use of a variable?
Explain the isa and hasa class relationships.
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];
What is the best c c++ compiler for windows?
Why do we use structure in c++?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
What is the iunknown interface?
3- Write a program to find larger and smaller of the two numbers.
what is the use of void main() in C++ language?
What is a c++ map?
What are c++ stream classes?