...

/

Quiz on Basic Types and Statements

Quiz on Basic Types and Statements

Test your understanding of basic data types and statements in C.

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

Which option gives valid sizes of data types in C as observed on some system?

A.

short: 2 bytes char: 8 bytes

B.

float: 4 bytes int: 8 bytes

C.

char: 1 byte int: 4 bytes

D.

double: 16 bytes long double: 32 bytes


1 / 5
...