Write the scanf function of 78
Answers
Answered by
1
Answer:
#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
3
Answer:
Write the scanf function of 78
Explanation:
50thanks+follow=Inbox
Similar questions