7 Control structure in C

  Рет қаралды 37,921

Smart Logic Academy

Smart Logic Academy

4 жыл бұрын

Basics of Embedded C Programming for Beginners
www.udemy.com/course/embedded...
8051 Microcontroller - Embedded C and Assembly Language
www.udemy.com/course/8051-mic...

Пікірлер: 5
@abandonedcranium6592
@abandonedcranium6592 Жыл бұрын
1:30 Is that one line supposed to read: if ((c == 'q') || (c == 'Q')) ?
@shaktipg
@shaktipg 2 жыл бұрын
Appreciative lecture 👍🏻 thanks
@vishnu3161
@vishnu3161 3 жыл бұрын
Your videos are amazing👍 Can you tell me the major different of while and do while ?
@alhikelsmixjwlw9618
@alhikelsmixjwlw9618 Жыл бұрын
while loops are basically check-then-do do-while loops are basically do-then-check