"c language is a very old and powerful programming language." in this article you will learn about basic c programming stuffs and after reading this you will be able to write and run basic c programs. so lets start with the basic c program: #include<stdio.h> #include<conio.h> int main() { printf("WELCOME TO THIS BLOG"); return 0; } so lets start to learn the c language so look at the code given above in this code the first two line #include<stdio.h> #include<conio.h> are known as header files or c header files this file contains all the functions so when we are typing a c program we must need to include it. int main() indicates the main function means every code will start executing by this line. printf() is the function in c language to print the name of line or a word. return 0 indicated that the function is returning 0. so its mean that the the program run successfully we can give arguments in parentheses () int main(int a,int b) like ...
Hello Guys How are you all!!!!!!!!! so today i am going to share something very important for you if your a blogger or your thinking to start the blogging your at right place so read this blog till the end of this post so finally you have decided to do blogging right but your thinking that how can i start blogging so don't worry i am here to solve your all problems and queries so guys can start blogging at free of cost from the blogger blogger is the best website or we can say platform for the beginners blogger provides free webhosting for your website and also provides free domain for your website blogger is offered by the google we all know the google so you can start your blogging journey from the blogger so lets see how to start blogging with blogger Step-1 so first of all go to google and search blogger step 2: go to bloggers sign in STEP-3 click on create blog: STEP-4 now give name of your blog website: Step-5: Give the address of your website ...