#include int main() { int * p = malloc(sizeof(int) * 10); int * q = malloc(sizeof(int) * 11); }