Posted inC Language Syntax of C Language Posted by admin August 1, 2024No Comments Turbo C++ Dev C++ / VSCode #include<stdio.h>#include<conio.h> int main(){printf(“Hello Friends “);getch();} #include<stdio.h>using namespace std; int main(){printf(“Hello Guys”);return 0;} admin View All Posts Post navigation Previous Post Token of C LanguageNext PostKeywords of C Language