recategorized by
3,170 views

2 Answers

3 votes
3 votes

int (*ptr) [10];

This is a pointer to an array of 10 integers.

Hence,(B) ptr is a pointer to an array of 10 integers.   

Answer:

Related questions

2 votes
2 votes
1 answer
1
go_editor asked Jul 25, 2016
2,137 views
Which of the following has compilation error in C?int n=32 ;char ch=65 ;float f=(float) 3.2 ;none of the above
1 votes
1 votes
1 answer
2
1 votes
1 votes
1 answer
4
go_editor asked Jul 25, 2016
2,620 views
What is the value of the postfix expression a b c d + - * (where a=8, b=4, c=2 and d=5)$-\frac{3}{8}$$-\frac{8}{3}$24-24