/* SOURCE CODES */ #include <stdio.h> void main() { clrscr(); printf("Hello CLSTI!!!"); getch(); } /* OUTPUT or RESULT */ Hello CLSTI!!! |
1. Hello CLSTI
By Central Luzon Skills Training Institute on
World class quality education in Central Luzon
By Central Luzon Skills Training Institute on
/* SOURCE CODES */ #include <stdio.h> void main() { clrscr(); printf("Hello CLSTI!!!"); getch(); } /* OUTPUT or RESULT */ Hello CLSTI!!! |
0 comments:
Post a Comment