I have the following code in c++:
struct ArrTest { int arr[512]; }; int main() { ArrTest a; ArrTest b{}; auto c = new ArrTest; auto d = new A