Categories Blog

CAN Protocol Interview Questions Part-2

1. What is Bit Stuffing in CAN protocol? The bit stuffing is performed to ensure synchronization of all nodes participating in communication over CAN. During transmission of a message, a maximum of five consecutive bits may have same polarity. If…

Categories Blog

Embedded C Interview Questions Part-4

1) What is difference between Declaration and Definition in Embedded C? Declaration – It declares the variable/function. Declaration tells us about the name of variable, the type of value it holds etc. Definition – It declares and allocates memory for…