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 conceptsEmbedded systems – An overviewWhat is an embedded system An embedded system is a combination of hardware and software designed to…embeddedSoftSeptember 22, 2022 1 min
Embedded OSWhat is an RTOS (Real Time Operating System)Real Time Operating System (RTOS) is a type of operating system used in embedded systems. General…embeddedSoftSeptember 22, 2022 2 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