C programming language basics quiz & multiple choice questions(mcqs) and answers are available to download in PDF for free.
View Answer Comment
Answer: Option [A]
The sizeof() operator is used to calculate the size of a variable. This works in single operand.
Answer: Option [D]
The existing name in C program can be changed by using typedef keyword.