{}
run-icon
main.c
#include <stdio.h> int main() { printf("Size of long int: %lu bytes\n", sizeof(long int)); return 0; }
Output