Featured Post

Basic Topics which is covers under C programming language

Friday, April 29, 2022

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.