17-04-2019, 12:21 AM
The word "object" is used in some rules of MISRA-C:2012. (e.g. Rule-8.9)
What is the definition of "object" in MISRA-C:2012?
Which of the following are considered as "object" in MISRA-C:2012?
What is the definition of "object" in MISRA-C:2012?
Which of the following are considered as "object" in MISRA-C:2012?
- Variable
- Const-qualified variable
- Function
- Object-like macro
- Function-like macro
<t></t>