In this insertion sort I have a problem while executing my output as i am not getting the desired output

前端 未结 0 1367
走了就别回头了
走了就别回头了 2021-02-03 15:49
#include
main()
{
   int num[20],p=0,q=1,r,num;
   clrscr();
   printf(“Enter number of elements:”);
   scanf(“%d”,&num);
   printf(“\\n enter %d elem         


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