InterviewSolution
Saved Bookmarks
| 1. |
Write the different constants used in a C program. |
|
Answer» The constants used in C are broadly divided as numeric and non numeric constants. Numeric is further divided as integer and float point constant, while non numeric is divided as character and string constants. |
|