B
Q. What is the ASCII value of ‘\0’ character?
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which of the following are NOT provided by the compiler by default?
Q. Can constructors be overloaded?
Q. What is the output of the following code snippet? int x = 10; int y = 20; cout << (x /= y);
Q. Which of the following is the correct way to declare a pointer in C++?
Q. Which of the following is not a valid data type in C++?
Q. Which keyword is used to declare a constant variable in C++?
Q. Output of this program will be
Q. Which of the following statements is correct about the constructors and destructors?
Q. Which operator is used for dynamic memory allocation in C++?
Discusssion
Login to discuss.