Exercise :: Arrays - Find Output of Program ; 1. What will be the output of the program ? #include<stdio.h> int main() { int a[5] = {5, 1, 15, 20, 25}; int i, j, ...
確定! 回上一頁