R
Q. What will happen in this code?
int x = 10, y = 20; int *p = &x, *q = &y; p = q;
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 operator is used to release the dynamically allocated memory in CPP?
Q. What is the output of the following C++ code?
Q. The ‐‐‐‐‐‐‐ are used to check the relationship between two numeric operands or expressions.
Q. Using which of the following data type can 19.54 be represented?
Q. Which is the correct syntax of defining a pure virtual function?
Q. When an ADT is implemented as a C++ class, which of the following should normally be true?
Q. A C++ code line ends with ___
Q. Which of the following is not true about preprocessor directives
Discusssion
Login to discuss.