The fread function reads nmemb elements from the given stream to the given array.
for each element, fgetc is called size times (count of bytes for a single element) and file
position indicator for the stream is advanced by the number of characters read.
Output:
need an explanation for this answer? contact us directly to get an explanation for this answer