1.

        Note:Includes all required header files using namespace std;   int main()   {       int a[2][4] = {1, 2, 3, 4, 5, 6, 7, 8};       cout << *(a[1] + 2) << *(*(a + 1) + 2) << 2[1[a]];       return 0;   }  
15.Which of the following is true about the following program

A. ava
B. java
C. c++
D. compile time error
Answer» B. java


Discussion

No Comment Found

Related MCQs