Teaching UGC NET Mock Test Series 2025 (Paper 1 & 2) Programming and Data Structure Programming in C Pointer
Which of the following are legal statements in C programming language?
(a) int * P = &44;
(b) int * P = &r;
(c) int P = &a;
(d) int P = a;
Choose the correct option:1
(a) and (b)
2
(b) and (c)
3
(b) and (d)
4
(a) and (d)