C Programming

Applications C Programming Embedded Systems Internet-Of-Things (IoT)

Unions in C – Real-World Sensor Application in C  

Mubeen J October 14, 2024
Read more
C Programming Embedded Systems Linux Skill Building

Why is C The Most Preferred Language for Embedded Systems?

Mubeen J December 24, 2023
Read more
C Programming Internet-Of-Things (IoT) Skill Building

Introduction to IoT for Beginners : Kickstart your career growth

emertxe-admin August 27, 2023
Read more
HomeC Programming
Applications C Programming Embedded Systems Internet-Of-Things (IoT)

Unions in C – Real-World Sensor Application in C  

Mubeen J October 14, 2024 5 min read
Table of Contents Add a header to begin generating the table of contents Introduction In embedded systems, efficient memory management is crucial, especially when dealing with various types of sensors that provide data in different formats. A real-world example is a weather station that collects... Read more
C Programming Embedded Systems Linux Skill Building

Why is C The Most Preferred Language for Embedded Systems?

Mubeen J December 24, 2023 10 min read
importance of c language
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)... Read more
C Programming Internet-Of-Things (IoT) Skill Building

Introduction to IoT for Beginners : Kickstart your career growth

emertxe-admin August 27, 2023 15 min read
what is internet of things
Table of Contents Add a header to begin generating the table of contents Introduction to IoT The Internet of Things (IoT) is an ecosystem of connected physical devices/objects that are accessible through the internet. This introduction to IoT includes insights into its components, the benefits of IoT, and high-level... Read more
C Programming Embedded Systems Memory Management

Void Pointer in C Programming : Advantages & Pitfalls

Mubeen J July 29, 2023 10 min read
void pointers
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... Read more
C Programming Memory Management Skill Building

Constant Pointer and Pointer Constants in C Programming

Mubeen J June 23, 2023 10 min read
Constant Pointer
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... Read more