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, procedural, imperative computer programming language developed in 1972 by Dennis M. Ritchie at the Bell Telephone Laboratories to develop the UNIX operating system. C is the most widely used computer language. It keeps fluctuating at number one scale of popularity along with Java programming language, which is also equally popular and most widely used among modern software programmers.

this code

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();

  }

also  based on c language 

many type of language

c language

c++ language

HTML 

python

java 


etc....

that's why software update daily to daily 

so learn care fully .

thank you 

              from abhi...


Comments

Popular posts from this blog

My self abhi

information about c++