#include <stdio.h> · int main() · { · long array[100], *maximum, size, c, location = 1; · printf("Enter the number of elements in array\n"); · scanf("%ld", &size); ...
確定! 回上一頁