Practicals C,C++,C#,VB and Shell Script
1: #include<stdio.h>
2: #include<conio.h>
3: void main()
4: {
5: printf("Hello this is the c compiler\n");
6: printf("Welcome\n");
7: getch();
8: }
Output:
Hello This is C Compiler
Welcome
No comments:
Post a Comment