TRUE
FALSE
typedef int Boolean;
typedef enum {Mon, Tue, Wed, Thu, Fri} Workdays;
struct {char name[10], int age};
all of the mentioned
int
struct
float
double
Compiler
Preprocessor
Linker
Assembler
What will be the output of the following code?
4, 4, 12
8, 2, 12
10, 4, 16
8, 4, 14
All of them let you define new values
All of them let you define new data types
All of them let you define new pointers
All of them let you define new structures
We can define functions within structures but not within a union
We can define functions within union but not within a structure
The way memory is allocated
There is no difference
string
structures
char