Miscellaneous ArticlesCommon embedded firmware interview questionsThis article tries to list the commonly used embedded software interview questions asked to entry…embeddedSoftSeptember 22, 2022 1 min
Embedded C/C++Implementation of Singly Linked List in CA singly linked list is a data structure consisting of nodes where each node has a pointer to the…embeddedSoftSeptember 22, 2022 2 min
Embedded C/C++Angle between hour and minute hands of analogue clock using CThis is a very interesting clock angle problem where the C program described in this article…embeddedSoftSeptember 22, 2022 1 min
Embedded C/C++Reverse order of words in a string using C languageReversing the order of words in a string is a common interview question for embedded software…embeddedSoftSeptember 22, 2022 1 min
Embedded C/C++Simple code to find endianness in CEndianness is the order of storage of bytes of a word in memory; there are big-endian and little…embeddedSoftSeptember 22, 2022 1 min
Embedded C/C++Example C code to set 5 bits starting from position 10This is a common embedded software interview bitwise operation question. The magic numbers ‘5’ and…embeddedSoftSeptember 22, 2022 1 min