adplus-dvertising

Welcome to the Programming in C MCQs Page

Dive deep into the fascinating world of Programming in C with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of Programming in C, a crucial aspect of UGC CBSE NET Exam. In this section, you will encounter a diverse range of MCQs that cover various aspects of Programming in C, from the basic principles to advanced topics. Each question is thoughtfully crafted to challenge your knowledge and deepen your understanding of this critical subcategory within UGC CBSE NET Exam.

frame-decoration

Check out the MCQs below to embark on an enriching journey through Programming in C. Test your knowledge, expand your horizons, and solidify your grasp on this vital area of UGC CBSE NET Exam.

Note: Each MCQ comes with multiple answer choices. Select the most appropriate option and test your understanding of Programming in C. You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

Programming in C MCQs | Page 2 of 16

Q11.
Which of the following has, compilation error in C ?
Discuss
Answer: (d).none of the above
Q12.
Which of the following operators can not be overloaded in C+ + ?
Discuss
Answer: (d).::
Q13.
__________allows to create classes which are derived from other classes, so that they automatically include some of its "parent' s" members plus its own members.
Discuss
Answer: (b).Inheritance
Q14.
The correct way to round off a floating number x to an integer value is
Discuss
Answer: (a).y = (int) (x + 0.5)
Q15.
Which of the following correctly describes overloading of functions ?
Discuss
Answer: (c).Ad-hoc polymorphism
Discuss
Answer: (a).One defined by C++ and the other not defined by C
Discuss
Answer: (d).Allocation of memory and frees the memory previously allocated
Discuss
Answer: (a).The function can change values in the original array.
Discuss
Answer: (d).an array of n pointers to function returning pointers to functions returning pointers to characters
Q20.
What will be the output of the following 'C' code?

main ( )

{        int x = 128;

          printf("\n%d”, 1 + x ++);

}
Discuss
Answer: (b).129
Page 2 of 16

Suggested Topics

Are you eager to expand your knowledge beyond Programming in C? We've curated a selection of related categories that you might find intriguing.

Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!