What is polymorphism and its type in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Declare a class vehicle and make it an abstract data type.
Why do we use the using declaration?
What is a sequence in c++?
What is the difference between reference and pointer?
Can member data be public?
What are the various compound assignment operators in c++?
What is the use of seekg in c++?
How to write Multithreaded applications using C++?
2 Answers Honeywell, TCS, Wipro,
What is the this pointer?
What is the use of structure in c++?
If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?
write a programme to get a character and thier ASCII value