Size of an int is 4 bytes and I am allocating only 1 byte.
#include #include int main(int argc,char ** argv) { int* a = (in