Saved Bookmarks
| 1. |
Which is not a basic data type of c |
|
Answer» Answer : There are 5 basic data types in C LANGUAGE: int, char, float, DOUBLE, void. Int is for the REPRESENTATION of integers, char is for strings and characters, float and double are for floating point NUMBERS WHEREAS void is a valueless special data type.
|
|