Basic C Programming MCQ Questions and Answers
Practice ModeShowing 10 of 198 questions
Q131
Let x be an array. which of the following operations are illegal ?
Answer: Option
Q132
If func is a function needing three arguments a1, a2, a3, then func can be invoked by
Answer: Option
Q133
The declaration
int (*p) [5]; means
Answer: Option B
Q134
A function q that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as
Answer: Option A
Q135
In the previous question, printf ("%d", a**b); prints
Answer: Option A
Q136
Choose the correct statements.
Answer: Option
Q137
a ----> b is syntactically correct if
Answer: Option D
Q138
A file is preferable to an array of structures because
Answer: Option
Q139
If a file is opened in r+ mode then
Answer: Option
Q140
ftell
Answer: Option