I wrote this really simple program to check the size of integer pointers in c.
#include int main(void) { int i = 10; int* i_ptr