0
3.6kviews
Explain various modifiers and their purpose and use in Embedded system.
1 Answer
3
231views

Case (i): Modifier ‘auto’ or no modifier

  • It means that there is a ROM allocation for the variable, if it is initialized in the program.
  • RAM is allocated for the variable if it is not initialized in the program.

Case (ii): Modifier ‘unsigned’

  • Modifier for short/ int/ long data types …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.