1.Are the expressions arr and &arr same for an array of integers?
2.Does mentioning the array name gives the base address in all the contexts?
3.Explain one method to process an entire string as one unit?
4.What is the similarity between a Structure, Union and enumeration?
5.Can a Structure contain a Pointer to itself?
6.How can we check whether the contents of two structure variables are same or not?
7.How are Structure passing and returning implemented by the complier?
8.How can we read/write Structures from/to data files?
9.What is the difference between an enumeration and a set of pre-processor # defines?
10. What do the ‘c’ and ‘v’ in argc and argv stand for?
