C program: why the program asks the user to enter extra index (asks to enter one more index)?

前端 未结 0 829
鱼传尺愫
鱼传尺愫 2020-11-29 04:20

/* The program should ask from the user to enter a length of an array and a values to it\'s cells */

int main() {

int length, i, *p;

printf("\\n          


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