Explain the isa and hasa class relationships. How would you implement each?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between global variables and static varables?
What is the return value of the insertion operator?
What are references in c++? What is a local reference?
Eplain extern keyword?
Explain container class.
Why struct is used in c++?
What is a dangling pointer?
What is general format for a prototype?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
What is vector pair in c++?
Which function cannot be overloaded c++?