#include <stdio.h>

int main() {
    printf("%zu\n", sizeof(char));
    printf("%zu\n", sizeof(int));
    printf("%zu\n", sizeof(double));
    return 0;
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: