Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?
1 1347Post New C++ General Questions
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
What are the five basic elements of a c++ program?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
Describe private, protected and public?
How is computer programming useful in real life?
What is c++ used for in games?
How important is c++?
What is c++ coding?
Differentiate between a template class and class template in c++?
What is the basic difference between C and C++?
What is the best way to declare and define global variables?
Write a C++ Program to check whether a number is prime number or not?
What is auto used for in c++?
What is polymorphism in c++? Explain with an example?