- 1 (234.74 KiB) Viewed 97 times
a) Write a program to print following pattern: 1 1 1 1 In 2 1 3 2 3 c language Please. с 4 4 b) Write a program to input
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
a) Write a program to print following pattern: 1 1 1 1 In 2 1 3 2 3 c language Please. с 4 4 b) Write a program to input
a) Write a program to print following pattern: 1 1 1 1 In 2 1 3 2 3 c language Please. с 4 4 b) Write a program to input two one dimensional array A and B in sorted order and merge them in third array C in reverse sorted array. Note that you are not allowed to use any sorting techniques in the array C. 5