#include void main(){ char buffer1[8]; char* buffer2 = (char*)malloc(8); }