InterviewSolution
Saved Bookmarks
| 1. |
What is modifier & how many types of modifiers available in C? |
|
Answer» The modifier is a prefix for a basic DATA TYPE that is USED for indicating the modification required in the storage space allocated to the variable. A total of five modifiers are available in C programming – SHORT, Long, Signed, Unsigned, and long. This information is critical for Embedded C Interview QUESTIONS. |
|