COMPUTER SCIENCE AND ENGINEERING
DATA STRUCTURES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
The data type keyword NOT supported in C Language is:
|
double
|
|
pointer
|
|
union
|
|
enum
|
Explanation:
Detailed explanation-1: -Hence the correct answer is type.
Detailed explanation-2: -Restricted pointers in C99 The C99 keyword restrict is an indication to the compiler that different object pointer types and function parameter arrays do not point to overlapping regions of memory. This enables the compiler to perform optimizations that might otherwise be prevented because of possible aliasing.
There is 1 question to complete.