Quiz on Basic Types and Statements
Test your understanding of basic data types and statements in C.
We'll cover the following...
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
Question 1 of 50 attempted
...
Ask