{}
run-icon
main.c
#include <stdio.h> int main() { int a = 5; printf("%d", sizeof(a)); return 0; }
Output