General Atomics interview question

Create a struct and allocate memory on the heap. #include #include struct myStruct { }; void allocateMem(struct myStruct *struct1) { } int main(int argc, char *argv[]) { return 0; }