T
Q. Output of this program will be
#include using namespace std; int main() { int a = 5, b = 10, c = 15; int arr[3] = {&a, &b, &c}; cout << *arr[*arr[1] – 8]; 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. How we accesses the seventh element stored in array?
Q. Which header file is required to use file handling in C++?
Q. Static variable declared in a class are also called_________ .
Q. ‐‐‐‐‐‐‐‐‐‐ provides interface between the object’s data and program.
Q. Which of the following is the correct syntax to open a file in C++?
Q. The constant that should not have fractional part is ___
Q. Which of the following statements allows you to overload a function in C++?
Discusssion
Login to discuss.