Computer Science, asked by rupamdasbalita1073, 8 months ago

Write the scanf function of 78

Answers

Answered by Anonymous
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 Anonymous
3

Answer:

Write the scanf function of 78

Explanation:

50thanks+follow=Inbox

Similar questions