Write scanf function to read the following data list.
a)78
b)45.2
c)1231.23 45A
Answers
Answered by
31
#include<stdio.h>
void main()
{
int a=78;
double b=45.245;
printf("A =%d\n",a);
printf("B =%f",b);
return 0;
}
Answered by
0
Answer:
tha
nksu9g7f7f7f7rf6f7ff7f7f
Similar questions