Answer is: 
                    
            All of these
                            Explanation: 
                            
                                        
                                        
                For 'C' programming language
* Constant expressions are evaluated at compile
* String constants can be concatenated at compile time
* Size of array should be known at compile time
                    Answer is: 
                    
            Theoretically no limit. The only practical limits are memory size and compilers
                    Answer is: 
                    
            &x[i-1] + sizeof (int)
                    Answer is: