Skip to main content

Write down the commonly used scanf format codes ?


In the following table the required format codes and their meanings are given. In the following table the required functions and their tests are given.

  scroll left right to get full view

Code Meanings
%c read a single character %d read a decimal integer %e read a floating point value %f read a floating point value %g read a floating point value %h read a short integer %i read decimal, hexadecimal or octal integer %o read an octal integer %s read a string %u read an unsigned decimal integer %x read a hexadecimal integer %[....] read a string of word(s)
Written By -