Arrays
January 28, 2024GATE 1994
January 28, 2024Question 11596 – Arrays
If x is an array of integer, then the value of &x [t] is same as
Correct Answer: C
&x[t-1] + size of (int)
x + size of (int)*t
x+t
x=5
If x is an array of integer, then the value of &x [t] is same as
Correct Answer: C