Categories
Blog
Embedded C Interview Questions Part-5
1) What is Call by Value and Call by Reference in Embedded C? In Call by value, actual values are not changed in between functions, since memory location is different in between function calls. In Call by reference, actual values…