Hi,
This is a simple and basics but I had a doubt that if it is declared globally with out initial value what happens ?
NSURL *finalURL; // here i need to initial value as nil if it is like this NSURL *finalURL=@""; giving warning.
nssarry *array=nil; // is this correct.
Please give the reply, Thank You, Madan Mohan.