- Which Of The Following Is The Correct Output Include Stdio H Int Main R Float Marks 3 90 5 92 5 96 5 Int A 3 1 (306.99 KiB) Viewed 18 times
Which of the following is the correct output #include int main() R float marks [3] =(90.5, 92.5, 96.5); int a=3
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following is the correct output #include int main() R float marks [3] =(90.5, 92.5, 96.5); int a=3
Which of the following is the correct output #include<stdio.h> int main() R float marks [3] =(90.5, 92.5, 96.5); int a=3; while(a>0) ( printf("%.3f,", marks [a Compiler error 96.500, 92.500, 90.500 0.00 0.00 0.00 90.50 92.50 96.500