...

/

Quiz on Type Casting and Typedef

Quiz on Type Casting and Typedef

Check your understanding of type casting and typedef by completing this quiz.

We'll cover the following...
Technical Quiz
1.

Which of the following is the correct typedef statement?

a. typedef unsigned long int ULI ;
b.	unsigned long int ULI ;
c.	typedef unsigned long int uli ;
A.

a, b, c

B.

Only a

C.

Only c

D.

a and c


1 / 5