Featured Post

Basic Topics which is covers under C programming language

Friday, April 29, 2022

Different types of programming language and Their Applications

PROGRAMMING LANGUAGES

▪ C
▪ C++
▪ JAVA
▪ JAVA SCRIPT
▪ PYTHON
▪ PHP
▪ HTML

APP DESIGN AND DEVELOPMENT

▪ JAVA
▪ JAVA SCRIPT
▪ C++
▪ PYTHON
▪ HTML

WEBSITE DESIGN AND  DEVELOPMENT

▪ JAVA
▪ JAVA SCRIPT
▪ PYTHON
▪ PHP




Different levels of programming Language

High Level Language (HLL)

HLL is a language which is easily understand by human beings

Middle Level Language (MLL)




Low Level Language (LLL)

LLL is a language which is not easily understand by human beings and which is understandable by machine (Computer Processor)

Introduction of programming language

Introduction of Programming language

Programming language is used for converting High level language to machine level language

High Level Language (HLL)

HLL is a language which is easily understand by human beings

Example : Java, C++, Php

Low Level Language (LLL)

LLL is a language which is not easily understand by human beings and which is understandable by machine (Computer Processor)

Example :  Machine Language

Basic Topics which is covers under C programming language

I have discussed one by one in Next Blog

Basic Topics/Points in  C programming Language 

  • Introduction of programming language.
  • Different levels of programming Language.
  • Different types of programming language.
  • Introduction and History of C programming language.
  • Feature and Application of C programming language.
  • Computer Program.
  • Software and its types.
  • Compiler and Interpreter.
  • Linker.
  • Loader.
  • Variable.
  • Local or Auto Variable.
  • Global or Extern Variable.
  • Static Variable.
  • Datatype.
  • Keyword.
  • Tokens.
  • Identifire.
  • Constant or Literals.
  • Special Symbol.
  • Operator.
  • Format Specifier.
  • Escape Sequence.
  • Type Casting.
  • Typedef
  • Flow Chart.
  • Basic Structure of C Programming.
  • Pre-processor.
  • #define and #include Pre-processor.
  • Declaration
  • Definition
  • Main Function.
  • Function and Fuction Calling.
  • Formal Argument.
  • Syntex.
  • Algorithm.
  • Decision Making Statement.
  • If Statement.
  • Nested If Statement.
  • If - Else Statement.
  • Nested If-Else Statement.
  • If-Else-If Ladder Statement.
  • Switch Statement.
  • Break.
  • Continue.
  • Goto
  • Loop Statement.
  • While loop.
  • Do-while loop.
  • For loop.
  • Nested For loop.
  • Recursion. 
  • Iterative.
  • Array.
  • 1-D Array.
  • 2-D Array.
  • Pointer.
  • Void Pointer.
  • NULL Pointer.
  • Dangling Pointer.
  • Wild Pointer.
  • Array and Pointer Arithmatic
  • Call By Value.
  • Call By Reference (Address).
  • Array to Function.
  • Strings.
  • String Function.
  • Structure.
  • Union.
  • Memory Allocation.
  • Static Memory Allocation.
  • Dymanic Memory Allocation.
  • Function of dynamic memory allocation.
  • Storage Class.
  • Memory Leak.
  • Stack Overflow.
  • Pre-defind Macros.
  • File I/O.
  • Function for File I/O.