All functions return some value. Does it mean that even printf and scanf which are functions in C return some value? If so what is the value returned by these functions.
ya printf and scanf also return values.
print return no of character printed successfully or negetive value if an error occured.
scanf return no of argument that are inputed or read .