MCQ IN COMPUTER SCIENCE & ENGINEERING

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:
A
double
B
pointer
C
union
D
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.