what are the realtime excercises in C++?
No Answer is Posted For this Question
Be the First to Post Answer
what is object slicing?
What is the advantage of oop over procedural language?
What is pure oop?
What is polymorphism give a real life example?
Why is oop better than procedural?
what is the use of classes in c++;
what is pointers
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; wow *b; a.x = 22; b = &a; a.x = 23; cout << b->x; return 0; }
what is the difference between virtual function and destoctor?
What are different oops concepts?
Advantage and disadvantage of routing in telecom sector