Multiple choice The keyword void is used to declare a member function that is defined in a subclass designate the absence of a type declare objects that can be modified outside of program control declare a synonym for an existing type Reveal answer Fill a bubble to check yourself B Correct answer Explanation The 'void' keyword is used to indicate that a function does not return a value or that a pointer is generic (void pointer). It signifies the absence of a specific type.