Sunday, 16 August 2015

First C Program For Those Who Don't Know Programming




 Enter this code to into your compiler -
   

                                                  #include<stdio.h>
                                        void main()
                                        {
printf("Hello Visitor.\n");
printf("Welcome to Code Counter");
}



Hit "Compile & Run" option in your compiler(We recommand Dev C++).
You can download it from Clicking Here

If you used dev c++ output will be like this -


If you find and error regarding this plz comment......
Best Of Luck.




No comments:

Post a Comment