Preprossesor in C, Embedded Tutorial Chapter 7

The preprocessor is a program that is invoked by the compiler.  Due to this invokment compiler process code before copulation commands for the program is known as directives. Our lines of the source file beginning with the character hash. This hash distinguishes them from lines of source program. If you are interested to do Machine …

Continue reading ‘Preprossesor in C, Embedded Tutorial Chapter 7’ »

Address and Pointers, Embedded Programming Tutorial, Chapter 6

Address and pointers are considered as tough to understand. But in my view it is the most simplest part to learn. In language, address and pointers are the heart of C programming. An embedded C programmer should understand this topic clearly. If you are interested to do Machine learning (Embedded system) course through online, with …

Continue reading ‘Address and Pointers, Embedded Programming Tutorial, Chapter 6’ »

Modular programming, Embedded Programming Chapter 5

what is a modular programming ? I will try to explain it using one real-life example. You use mp3 players, cell phones or any other gadget. you recharge the battery if it goes down. You replace it after every year so that you can get maximum usage time. Imagine what happens if you have to …

Continue reading ‘Modular programming, Embedded Programming Chapter 5’ »

Return Break and Continue Statements, Embedded programming Tutorial Chapter 4

This is the 4th chapter of Embedded programming tutorial. For other chapters please go to the links provided in the last portion of this page. In this chapter we are dealing with return break and continue statements. If you are interested to do Machine learning (Embedded system) course through online, with certification and proper placement log …

Continue reading ‘Return Break and Continue Statements, Embedded programming Tutorial Chapter 4’ »

Conditional, Execution and Selection statements in Embedded programming Tutorial, Chapter 3

This is the 3rd chapter of Embedded programming tutorial. For other chapters please go to the links provided in the last portion of this page. This post deals with conditional, execution and selection statements in Embedded programming. If you are interested to do Machine learning (Embedded system) course through online, with certification and proper placement log …

Continue reading ‘Conditional, Execution and Selection statements in Embedded programming Tutorial, Chapter 3’ »