How do you get the index number of an array rather than the element?

前端 未结 0 407
花落未央
花落未央 2021-02-04 04:43

I have written a basic program to find the largest number in an array and print it:

#include 

int main(void)
{
    int numbers[] = {3, 5, 12, 1, 4         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题