256.
                                True or false: the const keyword can only be used for compile time constants.
                                
                                    View Description
                                    
                                        
                                    
                                
                                
                                    
                            
                        The const keyword is very limited: it can only be applied to fields and local variables and the assigned value must be a compile time constant.