InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is integral data type?(a) void(b) char(c) float(d) double |
|
Answer» Right choice is (b) char Easy explanation: In c char is integral data type. It stores the ASCII value. |
|