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…