What are protected members in c++?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to add two numbers without using an arithmetic operator.
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
How do you clear a set in c++?
Define a way other than using the keyword inline to make a function inline?
Why c++ is called oop?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Explain what are accessor methods?
Can a program run without main in c++?
If all is successful, what should main return a) 0 b) 1 c) void
Is c++ slower than c?
Explain mutable storage class specifier.
How to declare an array of pointers to integer?