Explain the virtual inheritance in c++.
No Answer is Posted For this Question
Be the First to Post Answer
Why Pointers are not used in C++?
reading 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
What is size_type?
Is c++ harder than java?
Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
Can I learn c++ without learning c?
What is the main use of c++?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What are the benefits of oop in c++?
What are the basic data types used in c++?
What is the difference between containment and delegation?