Today i'm gonna teach you how to make a simple Program C
if we gonna make some Program we gonna need some software that can compile and run the program. So here some software that i'm gonna use
After you install it, just follow the step
1. Type #include <stdio.h>
2. Type int main()
3.add { and }
4.add some program inside { and }
here i'm adding printf ("A Word that you want"); <~ dont forgot it to close one program
5.Alt + C to open Compile
6.Make sure your compiling result success
7.After your compiling result success, use Alt + R to open Run tab. choose run
8. And the program will be like this
9.if you want add more sentence, use \n before ". \n works just like <br> in the HTML
10.Add printf ("Next word that you want");
11.Compile it, and the result will be like this
And our simple Program C already done.
Dont forget to share it and leave a comment below
1. Type #include <stdio.h>
2. Type int main()
3.add { and }
4.add some program inside { and }
here i'm adding printf ("A Word that you want"); <~ dont forgot it to close one program
5.Alt + C to open Compile
6.Make sure your compiling result success
7.After your compiling result success, use Alt + R to open Run tab. choose run
8. And the program will be like this
9.if you want add more sentence, use \n before ". \n works just like <br> in the HTML
10.Add printf ("Next word that you want");
11.Compile it, and the result will be like this
And our simple Program C already done.
Dont forget to share it and leave a comment below
That was a great tutorial
ReplyDeletewohow now i officially a programmer
ReplyDeleteWohoo...
Deleter u kidding me?