Computer Science, asked by cskamalsaini, 3 months ago

What is the output of the following C code snippet?
int a[]={12, 3, 5,24,9);
printf("%d\n" 3[a]);

A Compilation error
B 24
C. 27
D: 5​

Answers

Answered by psubhaparamasivam
0

Answer:

A) compilation error

Explanation:

mark me as Brainliest

Similar questions