Computer Science, asked by tohidmemon64, 2 months ago

give the purpose of each of the following in c program 1) float2)/n3)stdio.h4)scanf​

Answers

Answered by simsd7059
2

Answer:

float

Explanation:

it specifies the fractional numbers.it occupies memory space of 4 bytes

Example: float b=10.4

float z=-15.678

Similar questions