Basics of C programming how to create our first program in C language (dev C) (hallow word) ? 0 c language, c programming, computer programming, first programe, hallow word October 22, 2018 A+ A- Print Email Today we create our first program in C language (dev C) At first we learn our first coding in C language "Showing Hallow word" For more click here // Hallow word // #include<stdio.h> #include<conio.h> #include<math.h> main() { printf("\n hallow guys"); getch(); } Type this code in dev C for Hallow word as : Now compile and run.........and you will get output as :
Post a Comment Blogger Facebook