Which of the following is the correct output #include int main() R float marks [3] =(90.5, 92.5, 96.5); int a=3
Posted: Mon Jun 06, 2022 1:52 pm
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