- #include <stdio.h>
- int main()
- {
- int a = 10, b = 0, c = 10;
- char* str = "TFy!QJu ROo TNn(ROo)SLq SLq ULo+UHs UJq "
- "TNn*RPn/QPbEWS_JSWQAIJO^NBELPeHBFHT}TnALVlBL"
- "OFAkHFOuFETpHCStHAUFAgcEAelclcn^r^r\\tZvYxXyT|S~Pn SPm "
- "SOn TNn ULo0ULo#ULo-WHq!WFs XDt!";
- while (a != 0)
- {
- a = str[b++];
- while (a-- > 64)
- {
- if (++c == 90)
- {
- c = 10;
- putchar('\n');
- }
- else
- {
- if (b % 2 == 0)
- putchar('!');
- else
- putchar(' ');
- }
- }
- }
- return 0;
- }
Online computer tutorials is a blog website where you can learn about different computer related syllabus.
Monday, December 18, 2017
c
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment