Computer Science, asked by anukalp1912, 7 months ago

Write scanf function to read the following data list.
a)78
b)45.2
c)1231.23 45A

Answers

Answered by sahil10august
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 Umar660440
0

Answer:

tha

nksu9g7f7f7f7rf6f7ff7f7f

Similar questions