Computer Science, asked by srilekhamamidi902, 2 months ago

#include <stdio.h>
int main() {
int a[5] = {1, 2, 3, 4, 5);
inti
for (i = 0; i < 5; i++)
if ((char)a[i] == '5')
printf("%d", a[]);
else
printf("FAIL ");
}​

Answers

Answered by kunjuzz91
0

Explanation:

FAIL

FAIL

FAIL

FAIL

WILL BE OUTPUT

Similar questions