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. Which variable is equal to the size of enum variable?
Q. Which of the following is the correct way of declaring a function as constant?
Q. A virtual function that has no definition within the base class is called____________
Q. How can the member functions in the container be accessed?
Q. Which of the following function that must contain in all C++ Programs
Q. Which of the following below is /are a valid iterator type?
Q. What will happen if a class is not having any name?
Q. Which function is used to allocate memory dynamically in C++?
Q. Which of the following statements is equivalent to scanf() in C++?
Q. Identify the correct definition of ‘*’ operator in pointer.
Discusssion
Login to discuss.