Basic C Programming MCQ Questions and Answers
Practice ModeShowing 10 of 198 questions
Q171
If the word size is 16 bit, then ~0xc5 will be
Answer: Option B
Q172
Preprocessing is typically done
Answer: Option A
Q173
Which of the following comments about the preprocessor directive # are correct ?
Answer: Option
Q174
The scope of a macro definition
Answer: Option
Q175
Thu number of possible values of m, such that m & 0x3f equals 0x23 is
Answer: Option D
Q176
As soon as a pointer variable is freed, its value
Answer: Option D
Q177
calloc(m , n); is equivalent to
Answer: Option C
Q178
Which of the following comments are correct when a marco definition includes argumentsd ?
Answer: Option A
Q179
Choose the correct statements.
Answer: Option D
Q180
Choose the correct statements.
Answer: Option