Basic C Programming MCQ Questions and Answers
Practice ModeShowing 10 of 198 questions
Q141
If a file is opened in w+ mode then
Answer: Option
Q142
The fseek function
Answer: Option
Q143
The statement fseek (fp, 0L, 0); - if syntactically correct, means
Answer: Option
Q144
The contents of a file will be lost if it is opened in
Answer: Option
Q145
Which of the following comments about union are true?
Answer: Option
Q146
Which of the following comments about the usage of structure is true?
Answer: Option C
Q147
sex can be accessed by
Answer: Option
Q148
pincode can be accessed by
Answer: Option
Q149
The third character in the criminal name can be accessed by
Answer: Option
Q150
* (kd ----> name + 2) can be used instead of
Answer: Option