Enumeration in C

Enumeration in C

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 has fixed characteristics. There are three different datatypes generally...
C programming common pointer mistakes

C programming common pointer mistakes

Introduction Programmer cannot avoid usage of pointer in Embedded Systems. Though there are many C programming common pointer mistakes made by programmers, accessing memory location directly is provided only by pointers. This is a boon for programmers who program an...