(c) Suppose there is a 2D array float ARR[20][25] initialized with some float values. Write a program to search whether
Posted: Mon Jul 11, 2022 9:50 am
(c) Suppose there is a 2D array float ARR[20][25] initialized with some float values. Write a program to search whether the array ARR contains the value 20.56. Note that you cannot use = operator. If you use operator, then you will get zero marks.