R
Q. What is the output of below program?
int main() { int a = 10; cout<<a++; 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 default value of the static variable is:
Q. An expression A.B in C++ means ____
Q. Which operator is used for dynamic memory allocation in C++?
Q. ______ function is used to allocate space for array in memory.
Q. Which is a conditional operator?
Q. Which of the following is the correct way to define a class in C++?
Discusssion
Login to discuss.