Monday, 2 April 2018

Tutorial No: 2

Before start learning programming you should learn what are the programming:




Following are some programming languages:


  • C Programming
  • Data Structure
  • C#
  • Java Programming
  • Android 
  • Python
  • VB(Visual Basics)
  • SQL
  • HTML
  • PHP

1. C Programming:

It is first inveented programming language, it is also known as middle level programming language.

2. Data Structur & C#:

C Programming has some issues. to currect that issue data structure and C# programming language is invented.

3. Java

Above two programming are do not have independant platform but Java has separate independant platform. It can be used at any platform,

4. Android:

It is latest programming language and it is used to create applications based o C and Java programming languages.


5.VB

It is also a Programming used to create visual effects. It is also used for designing purpose.

6. SQL:

These programming language is used for data base management System or relational data base management system.

7. HTML:

HTML means Hyper text markup language, it is used to create packages.

8. PHP

It is also a programming used to create or develope websites.

Importans

In above all programming languages Android is the main language and it is mostly used programming language.
Following are the usage of Android programming language




Advantages of Programming languages:

  • To develope softwares
  • To create web pages
  • To create network System
  • Used to develope applications
  • Used to develope Websites
  • Used to store data











Thursday, 29 March 2018

Tutorial No 1: C Programming

Hello guys welcome to all, i hope you all are enjoying here and getting answers of all your questions.

C Programming:
                         
                          C is a very high-level and general purpose programming language it is ideal for developing portable applications. Originally intended for writing system software, C was developed at Bell Labs by Dennis Ritchie in the early 1970s.


It can be defined by following ways:
  • Mother language
  • System programming language
  • Procedure-oriented programming language
  • Structured programming language
  • Mid level programming language

History of C Language

C language is interesting to know. Here we are going to discuss brief history of c language.

C language was developed in 1972 by Dennis Ritchie at bell laboratories of AT&T (American Telephone & Telegraph), located in U.S.A


Features of C Language

  1. Simple
  2. mid level language
  3. Structured language
  4. pointer
  5. Speed
  6. Recursion
  7. Extension
  8. Rich Library


Operators in C



 

operator is a symbol that used to perform operations. There be many types of operations like arithmetic operator, logical, bitwise etc.

  • Arithmetic
  • Relational
  • Shift 
  • Logical 
  • Bitwise 
  • Ternary or Conditional 
  • Assignment