Computer Science, asked by sukrutht2001, 7 months ago


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 gbmk123
2

Answer:

sorry not updated in computer science that much

Similar questions