Home | Department of Computer Science

%dread an integer value %ldread a long integer value %fread a floating point value %lfread a double value %eread a floating point value using scientific notation %cread single character %xread a hex value %nreceives an integer value of the number of characters read so far. Notice that scanf doesn't have a precision. Do . not. specify %10.2lf. ................
................