Saturday, April 9, 2016

C programming Language Code Examples-printf Tips(3)

Smiley face

Code:

Smiley face

Output:

Smiley face

note:

'%4d' : make 3 blank space before print the 'a'
'%04d': make 3 '0's before print the 'a'

Code:

Smiley face

Output:

Smiley face

note:

'%.3f :print only 3 numbers after the '.'

No comments:

Post a Comment

Wel Come !!! computer express