Home | Department of Computer Science

%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. Example 28: scanf format codes. Format codes like "10.2lf" do not work with scanf since it doesn't ... ................
................