how we Print hello in C program August 27, 2019 Get link Facebook X Pinterest Email Other Apps // how we Print hello in output #include<stdio.h> #include<conio.h> main() { printf("hello"); getch(); } Comments
Comments
Post a Comment