#includestdio.h
int main()
{
float marks[3] = {92.5, 90.5, 89.5};
int a=0;
while(a3) {
printf("%.2f,", marks[a]);
a++;
} }
The output of code is:

Posted on by