Page 1 of 1

f a) Write a program to print following pattern: 1 1 1 1 2 1 3 2 3 4 4 5 b) Write a program to input two one dimensional

Posted: Tue Jul 12, 2022 8:04 am
by answerhappygod
F A Write A Program To Print Following Pattern 1 1 1 1 2 1 3 2 3 4 4 5 B Write A Program To Input Two One Dimensional 1
F A Write A Program To Print Following Pattern 1 1 1 1 2 1 3 2 3 4 4 5 B Write A Program To Input Two One Dimensional 1 (218.81 KiB) Viewed 81 times
f a) Write a program to print following pattern: 1 1 1 1 2 1 3 2 3 4 4 5 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.