What is the difference b/w NSArray and NSMutableArray?
NSArray
NSMutableArray
NSArray : in NSArray we can not change index.... Means fix array.
NSMutableArray : in NSMutableArray we can change index and also add the value in array at run-time..