write a programme to get a character and thier ASCII value
What is the v-ptr?
What are friend classes?
What do you mean by global variables?
Can we have "Virtual Constructors"?
How can I disable the "echo" feature?
What is the meaning of c++?
What is the use of endl in c++?
Do the parentheses after the type name make a difference with new?
What are the different types of Storage classes?
Explain virtual destructor?
Why is c++ still popular?
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.