Let’s explore for, while, do-while loops in C Programming. The real beauty of computer programs lies in its ability to execute block of code repeatedly.
Read More »If Statement in C Programming
If Statements in C programming has three different forms, If Statement, the If-Else Statement, Else-If Statement. Also we’ll cover Switch Case in detail.
Read More »Operators in C Programming
C Programming Language support several operators to perform different operations. These Operators in C Programming are mostly in the form of symbols.
Read More »Variables and Data Types in C Programming
Let’s learn about variables and data types in C Programming. In C language we always have to declare variable before we can use them.
Read More »Printf and Scanf Functions in C
Let's learn about printf and scanf functions in C Programming. The C Programming supports several inbuilt functions using C Standard Library.
Read More »Flash Magic Tool Failed to Autobaud
Let's discuss most popular issue i.e. Flash Magic tool failed to autobaud faced by beginners. This is often seen using Flash Magic tool with serial RS232 cable.
Read More »Switch with 8051 Microcontroller
Let's learn how to use switch with 8051 Microcontroller. We'll turn LED ON when switch is pressed and turn LED OFF when switch is released.
Read More »Blink LED with 8051 Microcontroller
Let's Blink LED with 8051 Microcontroller. We have provided all circuit diagrams and code. You can also download entire project files and jump start with programming of 8051 Microcontroller.
Read More »