Sail E0 Webinar
Question
What will be the output of the program ?
#include
int main()
{
int arr[1] = {10};
printf("%d", 0[arr]);
return 0;
}
Options:
A .  1
B .  0
C .  10
D .  6
E .  None of these
Answer: Option C

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

More Questions on This Topic :


Latest Videos

Latest Test Papers