Published Jul 13, 2021
2 mins read
458 words
This blog has been marked as read.
Double Click to read more
Technology
Academics and Education
Job and Career

Computer Languages That You Should Learn💻

Published Jul 13, 2021
2 mins read
458 words

              Hello guys today I will tell you about Computer Languages that are very important for job nowdays for everyone whether it is for computer science students or BCA students or BSC , BBA , Mechanical or any field. 

      So let's start to know about Computer first. Did you guys know that computer understand language of only 0's and 1's. Yes this is called binary numbers. Whenever you give some instructions to your computer it will convert this instructions into machine readable language and then for displaying it again convert that machine language into human readable language. So this is just a basic things to know about Computer. Let's starts to talk about the technical languages. 

Computer Languages Are -

  1. C
  2. C++
  3. Java
  4. C#
  5. Python
  6. Web
  7. Ruby
  8. HTML, CSS
  9. PHP
  10. Go-lang.                                                Lets start with the mother of every language and that is C.

C is a computer language which used to develop programs without worry about hardware platforms which is designed by Dennis Ritchie.

C has keywords(have fixed meaning) like if , int, for, float, else, main, void, char etc.

C has variables , you can give name to any variables but there are some rules to declare that variables like 

  • Variable name must consist of single letter or sequence of character and _ (underscore) only.
  • The first character of variable should be alphabets or underscore (_).
  • It should not contain any special symbols like blank, ? , ! ,@ etc.
  • Maximum Length - 31
  • Keywords can't be used as variables.

Syntax to write a program in C -

#include<stdio.in>                     Void main()                                        { 

      Statements;            

}

Examples-

1.Write a program to display hello world.

#include<stdio.h>

Void main() 

{

   printf("Hello World");

}

Output of this program is- 

Hello World

2.Write a program to display addition of two numbers.(Accept the numbers from the user)

#include<stdio.h>

Void main()

{

    int firstnumber;

    int secondnumber;

    int Sum;

    printf("Enter first number -");

    scanf("%d",&fisrtnumber);

    printf("Enter second number -");

    scanf("%d",& secondnumber);

    Sum = firstnumber +                secondnumber ; 

     printf("Addition of two numbers = %d" ,Sum);   

}

           printf is used for printing or displaying statement on the monitor. Used for output.

           scanf is used to take inputs from user.

Output of this program is -

Enter first number - 10

Enter second number - 55

Addition of two numbers = 65

2. Write a program to calculate square of a number and cube of a number.

#include<stdio.h>

Void main()

{

    int a = 10;

    int square , cube;

   square =  a x a ;

   cube = a x a  x a; 

   printf("Square =%d", square);

   printf("Cube =%d", cube);

}

Output of this program is - 

Square = 100 

Cube = 1000

        If you want to know more about C language or any other languages then let me know in the comment section 🤗❤️

#learn
#C
#Career
#JOB
#Computer Languages
#Programs
17
17
priyanka.basnet 7/13/21, 7:04 AM
1
Informative
1
theteenagertalks 7/13/21, 7:12 AM
1
wow. Interesting
1
aayushee.rana 7/13/21, 7:13 AM
1
Informative... Follow for follow☺
1
_ritu.kumari 7/13/21, 7:20 AM
1
Informative! Keep going and please check my blogs as well :) #monkhood
1
ayushi.prajapati 7/13/21, 7:20 AM
1
nice blog please view mine too do like also
1
m.cube 7/13/21, 7:58 AM
1
Well written, keep going 😊 Follow if not yet followed. #monkhood
1
_selenophile_ 7/13/21, 8:32 AM
1
Informative
1
faiz.shaikh 7/13/21, 9:12 AM
1
Nicely written
1
harikatammina 7/13/21, 9:54 AM
1
well written,Do read mine too
1
priya.kamal 7/13/21, 12:37 PM
1
Excellent blog I believe in unity Please help me to complete 50 views in my all blogs. If you help me , I will definitely do same for you in your difficulty time. 🙏🙏🙏🙏🙏🙏
1
sumitsing 7/13/21, 4:51 PM
1
you reminded me of my computer classes in my school... great✌️
1
shradhapatil360 7/13/21, 4:54 PM
Thank You ❤️
pramii_mandal 7/13/21, 5:10 PM
1
Informative
1
thegirlwithsensation 7/14/21, 2:31 AM
1
Good one. Keep going
1
surbhi.porwal 7/14/21, 9:31 AM
1
Informative..!!
1
shradhapatil360 7/14/21, 12:57 PM
If you want more views you can join our telegram group. https://t.me/joinchat/4k7cUCWeJdI3OTll
lekha.mohan 7/19/21, 9:59 AM
This topic was something beyond by understanding but i believe it would help someone out there.

Candlemonk | Earn By Blogging | The Bloggers Social Network | Gamified Blogging Platform

Candlemonk is a reward-driven, gamified writing and blogging platform. Blog your ideas, thoughts, knowledge and stories. Candlemonk takes your words to a bigger audience around the globe, builds a follower base for you and aids in getting the recognition and appreciation you deserve. Monetize your words and earn from your passion to write.