| Title | Action | ||||
|---|---|---|---|---|---|
| 1 | Size of intWhat is the typical size of an `int` on a 64-bit system in C?... | easy | ○ Not Started | Variables | Solve |
| 2 | printf Format SpecifierWhich format specifier is used to print a `float` value in C?... | easy | ○ Not Started | Printing | Solve |
| 5 | String TerminatorWhat character terminates a string in C?... | easy | ○ Not Started | Strings | Solve |
| 3 | Pointer OutputWhat is the output of this code?... | medium | ○ Not Started | Variables | Solve |
| 4 | Array and SizeofWhat is the output of this code? (Assume int is 4 bytes)... | medium | ○ Not Started | Arrays | Solve |