(c) Suppose there is a 2D array float ARR[20][25] initialized with some float values. Write a program to search whether
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
(c) Suppose there is a 2D array float ARR[20][25] initialized with some float values. Write a program to search whether
(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.