Explain what are single and multiple inheritances in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are multiple inheritances (virtual inheritance)?
Is there something that we can do in C and not in C++?
Explain deep copy and a shallow copy?
check whether a no is prime or not.
How would you find out if a linked-list is a cycle or not?
Is python better than c++?
What are literals in C++?
Are vectors faster than arrays?
Why do we use vector in c++?
What does return 0 do in c++?
Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().