Multiple choice Which of the following is/are the true statements(s) in C++ language? A function pointer is a function that is used to store the address of the function. Function pointers can be used to set callback functions. Virtual functions are implemented by the function pointers. All of the above are true. Only (1) and (3) are true. Reveal answer Fill a bubble to check yourself D Correct answer Explanation Yes, all are the true statements.