MCQOPTIONS
Which of the following is not user defined data..
Which of the following is not user defined data type?
struct book { char name[10]; float price; int pages; };
long int l = 2.35;
enum day {Sun, Mon, Tue, Wed};