C programming language basics quiz & multiple choice questions(mcqs) and answers are available to download in PDF for free.
Comment
Answer: Option [B]
No value returned by void.
Answer: Option [C]
int x=24, y=39, z=45 z=x+y; y=z-y; x=z-y; printf("\n%d%d%d",x,y,z);
Answer: Option [D]