Friday, April 8, 2016

C programming Language Code Examples-Data Types(2)

Smiley face

Code:

Smiley face

Output:

Smiley face

note:

here 'a' is name of 'int' type variable you can give any name.

with in 'printf ' you have to put '%d' & variable name 'a'

Smiley face

note:

2 kind uses of printf:

 printf("Hello world");             output: Hello world
 printf("%d",a);                    output: 5(value of a)

Code:

Smiley face

Output:

Smiley face

No comments:

Post a Comment

Wel Come !!! computer express