What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
No Answer is Posted For this Question
Be the First to Post Answer
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
write a programme to get a character and thier ASCII value
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What are the various operations performed on stack?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
how to explain our contribution in the project?
Is there finally in c++?
What is a down cast?
What is constant in c++ with example?
Is c++ a difficult language?
What are smart pointers?
Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.