What is input operator in c++?
No Answer is Posted For this Question
Be the First to Post Answer
why can't we declare data member of class auto register or extern
What is type of 'this' pointer?
What does asterisk mean in c++?
What is a driver program?
What do you mean by global variables?
What is & in c++ function?
Define a nested class.
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];
Under what conditions is multiple inheritance not recommended?
What is function prototyping? What are its advantages?
write a programme to get a character and thier ASCII value
Why pointer is used in c++?