Post New Answer View All Answers
What are the differences between malloc() and calloc()?
When to use “const” reference arguments in a function?
What is c++ good for?
What is a class definition?
What is string in c++ programming?
What is the use of main function in c++?
If dog is a friend of boy, is boy a friend of dog?
Name the debugging methods that are used to solve problems?
Is c++ an integer?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
What is the outcome of cout< a) 16 b) 17 c) 16.5
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
How does a C++ structure differ from a C++ class?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
What are formatting flags in ios class?