Electronics and Communication Engineering - Digital Electronics - Discussion

Discussion Forum : Digital Electronics - Section 17 (Q.No. 6)
6.
Which of the following correctly declares a pointer to an array of intergers in C?
int * P [20]
int * P
int (* P) [20]
int * (P [20])
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.