R
Q. Output of following C++ program?
class Test { int x; }; int main() { Test t; cout << t.x; return 0; }
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. The sequence of digits starting with 0 is treated as ___ constant.
Q. What are the escape sequences?
Q. Which of the following language is less memory efficient?
Q. Which of the following is the correct syntax for a for loop in C++?
Q. What is the ASCII value of ‘\0’ character?
Q. Programmer’s uses _______ for defining their own types.?
Q. A friend function for unary operator overloading takes ‐‐‐‐ ‐arguments.
Discusssion
Login to discuss.