#include int main() { char * str = "hello"; char * str2 = "world"; char * p = (char*)malloc(1000); char * q = (char*)malloc(100); }