return value type is int return value type is double return value type is char return value type is void there is no return value
the "start" function the "run" function the "go" function the "main" function the first function listed
set red set-green set2-blue set.white set_black
minimum field width of 5 maximum field width of 5 field width always 5 5 leading blanks 5 leading zeros
not justified floating justified center justified right justified left justified
10 places after the decimal point 9 places after the decimal point 4 places after the decimal point 3 places after the decimal point always negative
backspace new line form feed carrage return tab
'P' 'Q' 'R' 'S' 'T'
not valid character octal integer hexadicimal integer decimal integer
"p" of printf should be upper case "f" of printf should be upper case "I" of Item should be lower case superflous quote before \t no closing quote before )
top