InterviewSolution
Saved Bookmarks
| 1. |
What are the different types of constants |
|
Answer» ONG>ANSWER: There are 4 types of CONSTANTS in C. Integer constants. Character constants. Real/Floating point constants. String constants. |
|