C Programming Embedded Systems Skill Building

Difference Between Typedef and Macro in C

emertxe-admin February 6, 2023 10 min read
difference between typedef and macro in c
Table of Contents Add a header to begin generating the table of contents Introduction In any programming language, including C, there exists a set of reserved keywords, such as typedef, that cannot be utilized as variable names. These keywords hold special meanings and play a... Read more
C Programming Embedded Systems

Bit Fields in C Programming | Embedded Systems

Maaz Jukaku January 7, 2022 3 min read
Bit Fields in C programming
Table of Contents Add a header to begin generating the table of contents Bit-Fields : Be ‘Bit’ Careful While Using! In Embedded systems C programming, bit-fields offer optimization and flexibility benefits but require careful usage to avoid adverse results.   The code snippet below illustrates... Read more
C Programming Cracking Interviews Embedded Systems

Type Promotion in C language | Learn Now- Emertxe

Maaz Jukaku February 27, 2018 7 min read
Type Promotion in C
Table of Contents Add a header to begin generating the table of contents Type Promotion in C Type promotion in C is a method to convert any variable from one datatype to another. C allows variables of different datatypes to be present in a single... Read more
C Programming Embedded Systems Skill Building

Enumeration in C

emertxe-admin February 13, 2018 5 min read
Enumeration in c
Table of Contents Add a header to begin generating the table of contents Introduction Let us understand what a datatype is, before we start learning about Enumeration in C. Datatype in any programming language is the collection or group of data with the values which... Read more
C Programming Linux Skill Building

Scripting v/s Programming languages : Which one to choose?

emertxe-admin December 4, 2017 7 min read
scripting vs programming languages
Table of Contents Add a header to begin generating the table of contents Introduction Programming is defined as a process of creating a set of instructions that tells a computer how to perform a task. The main purpose of programming language is to find a... Read more

Start Your
Embedded Systems Journey Today!

Register Now!