Question 15878 – STQC-NIELIT SC-B 2021
January 28, 2024Question 11596 – Arrays
January 28, 2024Arrays
|
Question 15
|
If x is an array of integer, then the value of &x [t] is same as
|
&x[t-1] + size of (int)
|
|
|
x + size of (int)*t
|
|
|
x+t
|
|
|
x=5
|
Correct Answer: C
