Hi, I am Akshat Maheshwari.
Today I am going to give you a source code of C Language in order to use it and Practice it to learn about it. The code I am giving in this blog is for beginner. I will upload many more such programs later......
We will code for Hello World. This will be our first code for C Language program.....
Code :-
Hope that you have Turbo C++ so that you may program it in the DOS Box....
Today I am going to give you a source code of C Language in order to use it and Practice it to learn about it. The code I am giving in this blog is for beginner. I will upload many more such programs later......
We will code for Hello World. This will be our first code for C Language program.....
Code :-
Hope that you have Turbo C++ so that you may program it in the DOS Box....
#include <stdio.h>
int main()
{
printf("\n\n\t\tStudy Point of Computer : A blog of Akshat Maheshwari\n\n\n");
int num;
printf("\nHello world!\nWelcome to Study Point of Computer: Best place to learn\n");
printf("\n\n\t\t\tCoding is Fun !\n\n\n");
return 0;
}
No comments:
Post a Comment