A
Q. What will be the output of the following C program?
Code:
#include <stdio.h>
int main()
{
printf("%c ", 5["GeeksQuiz"]);
return 0;
}
int main()
{
printf("%c ", 5["GeeksQuiz"]);
return 0;
}
- Correct Answer - Option(D)
- Views: 25
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.