Should I learn c or c++ or c#?
No Answer is Posted For this Question
Be the First to Post Answer
What are arrays c++?
What is an Object/Instance?
When the design recommends static functions?
Difference between class and structure.
Can we specify variable field width in a scanf() format string? If possible how?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
By using c++ with an example describe linked list?
Can we change the basic meaning of an operator in c++?
How do you flush std cout?
What is while loops?
What is the use of main function in c++?