#include <stdio.h> #include <stdlib.h> #include <string.h> int main(int argc, char* argv[]) { int x = 5; printf("Size: %llu\n", sizeof(++x)); printf("x is unchanged: %d\n", x); return 0; }
Learn hexadecimal, decimal and binary system conversions in under 30 minutes with this course!