What is doubly linked list in c++?
No Answer is Posted For this Question
Be the First to Post Answer
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
What is an accessor in c++?
Explain the register storage classes in c++.
If all is successful, what should main return a) 0 b) 1 c) void
What are virtual functions and what is its use?
what is data encapsulation in C++?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
Should a constructor be public or private?
What are static variables?
Define a pdb file.
3- Write a program to find larger and smaller of the two numbers.