Write, compile, and run C code to experiment with types, operators, and expressions.
// Write your C code here
#include <stdio.h>
int main() {
    // Your code here
    return 0;
}Compare the sizes of different data types in C.
Additional materials to enhance your C programming knowledge.