Loading, please wait...

C Programming Multiple Choice Questions And Answers

Search here for MCQs

Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:

List of Programming Full Forms 

46. Are logical operator sequence points?

  • Depends on functions
  • Depends on standards
  • False.
  • True.

47. Which of the following is not a logical opertaor

  • | |
  • ! =
  • & &
  • & =

48. Static variable means

  • is same as an automatic variable but is placed at the head of a program
  • cannot be initialized
  • retains its value throughout the file of the program
  • is initialized once at the commencement of execution and cannot be changed at run time

49. We can use relational operators as

  • structure
  • string
  • float
  • int

50. C programming language by itself provides

  • input and output facilities
  • no input and output facilites
  • input facility
  • output facility