C - Data Types - Discussion

You Are Here :: Home > C > Data Types - Discussion

 



Q.

Consider the following declaration:

short sheep[4][32];
Which one of the following sentences is true?

A. sheep[1][1] is a pointer-to-short B. sheep[1] is a short
C. sheep[0] is a pointer-to-pointer-to-short D. sheep is a pointer-to-pointer-to-short

Answer: Option D
Explaination:

 


No Explanation








Discussion

Your Comments Goes here...
NameDiscussion