What is the output of C program. ?
int main()
{
float marks [3] {70.5, 72.5, 76.5};
int a=0;
while(a<3)
{
printf("%.2f,", marks[a]);
a++;
Answers
Answered by
0
your output is my answer thats a spam so outpit of program c is a spam
Similar questions