This program to print Hello in C program. #include<stdio.h> void main() { printf("Hello"); return 0; }
Post a Comment