(21)
Choose the option that contains only Unary operators of C:
Answer: Option [A]
The sizeof() operator is used to calculate the size of a variable. This works in single operand.
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.
Answer: Option [D]