I typed the following code and the result was wrong:
include
int main(void) {
int value[] = {1, 2, 88, 42, 99};
for (int i=0; i<3; i++) {
printf ("\n%d\n", value[i]);
}
return 0;
}
if any body can help.
created
last reply
- 2
replies
- 794
views
- 3
users
- 1
like