Which of the following is the correct output #include int main() R float marks [3] =(90.5, 92.5, 96.5); int a=3

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
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

Post 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 19 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply