Page 1 of 1

(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
by answerhappygod
C Suppose There Is A 2d Array Float Arr 20 25 Initialized With Some Float Values Write A Program To Search Whether 1
C Suppose There Is A 2d Array Float Arr 20 25 Initialized With Some Float Values Write A Program To Search Whether 1 (24.5 KiB) Viewed 28 times
give ans in English.
(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.