[phpBB Debug] PHP Warning: in file [ROOT]/ext/lmdi/autolinks/event/listener.php on line 237: Undefined array key 11
[phpBB Debug] PHP Warning: in file [ROOT]/ext/lmdi/autolinks/event/listener.php on line 237: Trying to access array offset on value of type null
Answer Happy • 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
Page 1 of 1

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
by answerhappygod
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
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 20 times
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