Posts

Showing posts from January, 2021

abhirajputana721

 coding.... hello everyone one .. today i will tell you about coding  my blog name _abhirajputana721 coding is mostly use in hacking or software updating everyone knows that  if you are using smartphone, laptop  or the technology they were based on software .. we seen in movies and reality hacking they were also based on coding . i will show you normal code we learn in 1st  #include<stdio.h>   #include<conio.h>   void main()    {       int a=5;       int b=7;       clrscr ();       printf("\t\t\"Addition of two numbers\"\n);       printf("Sum of %d and %d is %d",a,b,a+b);       getch();   } that's a example of normal code  basically most of the coding is this type  we are explain main things in a code  adding , substraction, multiplication , division, or other there are many of things c programming is a general-purpose, pr...