What is the output for the following code?
#include<stdio.h>
int main()
int arr[6] = {10, 20, 30, 40, 50};
printf("%d", arr[0]);
return 0;
Answers
Answered by
2
Answer:
sorry not updated in computer science that much
Similar questions