Author name: Mubeen J

Mubeen is Technology Head at Emertxe, taking care of the Technical Delivery of all our Training Programs. Mubeen has 20+ years of experience in building products in Enterprise, Industrial, Consumer and Education domains based on Linux and Open source technologies. He has worked with leading MNCs like Novell and Hewlett Packard by working on products mentioned in above mentioned segments. He is a hands-on technologist with core expertise in Embedded Systems, IoT and FullStack web development. In Emertxe, Mubeen leads technology aspect of various education programs.

importance of c language

Why is C The Most Preferred Language for Embedded Systems?

Table of Contents Add a header to begin generating the table of contents Introduction C is a versatile computer programming language known for its importance and remarkable features, making it a top choice in various applications. It’s employed for creating operating systems (Ex: Linux Kernel) and software for a wide range of computers, from powerful […]

Why is C The Most Preferred Language for Embedded Systems? Read More »

difference between embedded system and iot

Difference Between Embedded System and IoT

Table of Contents Add a header to begin generating the table of contents Introduction The world is now fully embracing the power of the Internet of Things (IoT). As consumers, we are surrounded by the Internet of Things, which has permeated various applications, including smart homes, smart industries, and even the agricultural sector. The IoT

Difference Between Embedded System and IoT Read More »

void pointers

Void Pointer in C Programming : Advantages & Pitfalls

Table of Contents Add a header to begin generating the table of contents Introduction In C programming, pointers are an important topic, which plays a crucial role in memory management and data manipulation. As the definition goes, a pointer is a variable that stores the memory address of another variable, and plays an important role

Void Pointer in C Programming : Advantages & Pitfalls Read More »

Constant Pointer

Constant Pointer and Pointer Constants in C Programming

Table of Contents Add a header to begin generating the table of contents Introduction In the realm of C programming, pointers play a pivotal role as invaluable tools that enable us to efficiently manage memory and manipulate data. However, the terminology surrounding pointers can sometimes become perplexing, especially when dealing with two fundamental concepts: “Constant

Constant Pointer and Pointer Constants in C Programming Read More »