Q:

We can define a type alias in one of two ways. Traditionally, we use a typedef

0

We can define a type alias in one of two ways. Traditionally, we use a typedef.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

typedef double wages; // wages is a synonym for double
typedef wages base, *p; // base is a synonym for double, p for double*

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now