Which of the following struct definitions is correct in c++? d July 25, 2022 Which of the following is a properly defined structure? A) struct {int a;} B) struct a_struct {int a;} C) struct…