[ create a new paste ] login | about

Link: http://codepad.org/osT7Ex1q    [ raw code | output | fork ]

C, pasted on Jun 8:
1
2
3
4
5
6
7
#include<stdio.h>

int main() {

    printf("%d", sizeof(size_t));
    return 0;
}


Output:
1
4


Create a new paste based on this one


Comments: