Multiple choice Which of the following is the derived data type in C++? Structure Union Enumeration Function Reveal answer Fill a bubble to check yourself D Correct answer Explanation Function is a derived data type in C++ which is used to perform some predefined tasks.