Can we use struct in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Explain overriding.
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
Write a program which uses Command Line Arguments
What are the different types of polymorphism in c++?
What is static in c++?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What is the best free c++ compiler for windows?
Define a pdb file.
Describe private, protected and public – the differences and give examples.
What is srand c++?
What is a unnitialised pointer?
What is the use of data hiding?