Hello friends. This blog is for those who are finding codes for C programming. All the codes that I will upload are tested and it runs successfully. For programming I prefer to Dev C++ (Latest virsion).
Search This Blog
Sunday, 6 November 2016
"Hello, World!" Program
#include<stdio.h>int main(){// printf() displays the string inside quotation
printf("Hello, World!");return0;}
No comments:
Post a Comment