If a base class destructor is not virtual, then
Which of the following will produce a value 10 if x = 9.7?
What would be the output of the following?#include<iostream.h>void main(){char *ptr=“abcdâ€char ch;ch = ++*ptr++;
cout<<ch;}
What will be the values of x, m and n after the execution of the following statements?int x, m, n;m = 10;n = 15;x = ++m + n++;
Which statement gets affected when i++ is changed to ++i?
Which of the following operator can be overloaded through friend function?
Share this page with your friends!