MCQs > IT & Programming > Embedded C >

Given the array:

int num[3][4]=

{

{3,6,9,12},

{15,25,30,35},

{66,77,88,99}

};

what would be the output of *(*(num+1))?


Embedded C MCQs

Given the array:

int num[3][4]=

{

{3,6,9,12},

{15,25,30,35},

{66,77,88,99}

};

what would be the output of *(*(num+1))?


Answer

Correct Answer:

15

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Embedded C Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

More Embedded C MCQ Questions

search

Embedded C Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it