devSahinur / CSE-Fundamentals-With-Phitron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction-to-C

Lecture 1

  • How to compile C on your machine
  • Hello World
  • Variables
  • Output (printf)
  • Comment

Lecture 2

  • Data types in C
  • Input
  • Arithmetic Operators
  • Assignment Operators
  • Type Conversion
  • Practice- Circle Area and Perimeter

Lecture 3

  • Conditional Statement
  • Nested Condition
  • Logical Operator
  • Relational Operator

Lecture 4

  • Loops
  • For Loop
  • Nested For Loop
  • Combining Loop and Condition

Lecture 5

  • While Loop
  • Do while Loop
  • Break
  • Continue

Lecture 6

  • Array
  • Array size
  • Array initialization
  • Uses of Array

Lecture 7

  • String
  • String IO
  • Length of string
  • String functions

Lecture 8

  • Stucture
  • Binary Number System
  • Bitwise Operator

Lecture 9

  • Function
  • Pointers

About


Languages

Language:C++ 69.3%Language:C 29.7%Language:Java 1.0%