Please Help Dear Friends !!
Consider the following program:
#include
void main()
{
int breadth;
float length, height;
scanf(“%d%f%6.2f”,breadth,&length,height);
printf(“%d %f %e”,&breadth, length, height);
}
Correct the errors in the above program.
Answers
Answered by
1
#include<stdio.h>
void main()
{
int breadth;
float length, height;
scanf(“%d%f%f”,&breadth,&length,&height);
printf(“%d %f %f”,breadth, length, height);
}
Answered by
0
Answer:
simple used and follow action to fill out move
Similar questions