C++ keywords: default
From cppreference.com
                    
                                        
                    
                    
                                                            
                    [edit] Usage
- switch statement: as the declaration of the default case label
 -  
as an explicit instruction to the compiler to generate default constructor, copy constructor or assignment operator for a class. (since C++11)This section is incomplete