Out 29
Not yet
nered
Marked out of
100
Predict output for the following code.
#include
#include
int main() {
int a[5)-(1,2,3);
printf("%d", a[4]);
Flag question
return 0;
}
Select one:
a. 3
b. 0
О с. Error
O d.
Answers
Answered by
2
Answer:
Error
because function is not properly defined
Answered by
31
Error occurs in this program.
I hope you get it.
Similar questions