Computer Science, asked by shivendra8394, 7 months ago

Write scanf( ) functions to read the following data list: of 78

Answers

Answered by Crystal394
4

#include<stdio.h>

void main()

{

int a=78;

printf("A =%d\n",a);

printf("B =%f",b);

return 0;

}

Hope this helps!!!!!!!!!

Similar questions