InterviewSolution
Saved Bookmarks
| 1. |
What are the different types of real data type in C ? |
| Answer» The floating point data types are called real data types. Hence float, double, and long double are real data types. | |