What is virtual base class?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program and call it sortcheck.cpp which receives 10 numbers from input and checks whether these numbers are in ascending order or not. You are not allowed to use arrays. You should not define more than three variables
Is c++ used anymore?
Explain how functions are classified in C++ ?
program to print this triangle * * * * * *
What is std :: flush?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
Describe private, protected and public – the differences and give examples.
What are special characters c++?
What does new return if there is insufficient memory to make your new object?
write a programme to get a character and thier ASCII value
What is the use of volatile keyword in c++? Give an example.
How is objective c different from c++?