• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu
0

How's the output is 5

int arr[2][3] = {2, 3, 4, 5, 6, 7}; cout << (*(*(arr + 1)));

cpparray
10th Jan 2020, 11:54 AM
Ariz imam
Ariz imam - avatar
1 Answer

Often have questions like this?

Learn more efficiently, for free:

  • Introduction to Python

    7.1M learners

  • Introduction to Java

    4.7M learners

  • Introduction to C

    1.5M learners

  • Introduction to HTML

    7.5M learners

See all courses
Hot today
Functions in python
2 Votes
HTML
1 Votes
For Mobile app
0 Votes
What’s the One Thing That Helped You Learn Coding Faster?
2 Votes
I need advice
0 Votes
How can you find whether a number is odd or even in a different way(other than (x%2==0))?
0 Votes
Answer please
0 Votes
this query always result to be incorrect from Sorting Data lesson
1 Votes
I need advice
0 Votes
Why this code fails even without data race
0 Votes