What are the two types of comments?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C++ program that asks the user to choose a number between 1 and 1000. Then, your program should be able to guess the number by asking the user no more than 10 yes/no questions. Use a while loop in your program
Difference between delete and free.
Can comments be nested?
What is token c++?
What is overloading unary operator?
What are the weaknesses of C++?
What do you mean by C++ access specifiers ?
Is structure can be inherited?
can output 5 students using one dimensional array
Define Virtual function in C++.
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
What is a friend function in c++?