1 2 3 4 5 6 7 8 9 10 | #include<stdio.h> int main() { printf("****\n"); printf("Hello\n"); printf("*****\n"); printf("I'm programmer\n"); printf("****"); } |
Related Posts
Input Roll,Marks,Grade and print on screen
A program Input Roll,Marks,Grade and print on screen: 1 2 3 4 5 6 7 8 9 10 11 12 13[...]
Calculate and print "6+4=10"
Calculate and print "6+4=10" result on screen 1 2 3 4 5 6 7 8 #include<stdio.h> int [...]
Calculate and print "6*4-9=?"
A program Calculate and print "6*4-9=?" the result on screen. 1 2 3 4 5 6 7 8 #include&l[...]
Enter any two nob and print
Enter any two nob and print Credit goes to: Kamran Gee 1 2 3 4 5 6 7 8 #include<stdio.h&[...]
Sum,Difference,Multiplication all in one
Sum,Difference,Multiplication[...]
Subscribe to:
Post Comments
(
Atom
)
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.