S
Q. What is the output of the following program?
#include using namespace std; int main() { int n = 0x10 + 030 + 50; cout << sizeof(n)<<'\n'; 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. class derived: public base1, public base2 { } is an example of
Q. Which of the following will correctly initialize a dynamic array of integers with 10 elements?
Q. Which of the following statements about C++ references is true?
Q. Which of the following escape sequence represents the carriage return?
Q. What is the value of z in the following C++ code snippet?
Q. Which of the following cannot be passed to a function in C++?
Q. Which of the following is true about function templates in C++?
Q. ‐‐‐‐‐‐‐‐‐‐ provides interface between the object’s data and program.
Discusssion
Login to discuss.