Math, asked by kshitij2811, 1 year ago

an array a of n integers such that a[0] ≤ a[1] ≥ a[2] ≤ a[3] ≥ a[4] ≤ a[5] ≥ a[6] ≤..

Answers

Answered by MahiAnjeshAj
0
string...............
Answered by wadhwabhavish46
0
A two dimensional array can be declared as int a[2][4] or int a[][4] = {1, 2, 3, 4, 5, 6, 7, 8}. It means specifying the number of ...
Similar questions