C Programming

Course Details

  • C character Set
  • Constants, Variables and Keywords
  • Write your first C program
  • Compilation / Execution
  • Data types & type conversion
  • Hierarchy of operations
  • if Statement
  • if-else Statement
  • Nested if-else
  • Use of Logical Operators && || NOT
  • The ! Operator
  • The Conditional Operators
  • switch case break
  • The while, for Loop
  • Nesting of Loops
  • Multiple initialization in the for Loop
  • break and continue
  • do-while Loop
  • goto Keyword
  • Passing Values between Functions
  • Function declaration and prototypes
  • Call by Value and Call by Reference
  • An Introduction to Pointers
  • 1-Dimensional Array
  • 2-Dimensional Array