A9:
%c, %d, %f are used to specify the input value and store
it into variable.
%c is the format
specifier for char data type.
%d is the format
specifier for int data type.
%f is the format
specifier for float data type.
A9:
%c, %d, %f are used to specify the input value and store
it into variable.
%c is the format
specifier for char data type.
%d is the format
specifier for int data type.
%f is the format
specifier for float data type.