#include int main(){ int *int_spot = (int*)malloc(4 * sizeof(int)); return 0; }