Fundamentals of C Language

Programming Language > C Programming Language

In this section we will discuss MCQ questions about fundamentals of C programming language.


➲ Fundamentals of C Language - Quiz

  • A Source program
  • B Object program
  • C exe program
  • D None of this
  • A System Programming
  • B Application Programming
  • C Both A and B
  • D Neither A nor B
  • A No solution exist.
  • B Solution need 2 extra variables
  • C Solution exist without any extra variables
  • D Solution need 1 extra variable
  • A 1970
  • B 1972
  • C 1976
  • D 1975
  • A DOS
  • B Windows
  • C Unix
  • D All of these
  • A 5
  • B 6
  • C 4
  • D The code will result in a compile error
  • A char
  • B int
  • C float
  • D string
  • A x is greater than 10
  • B x is less than or equal to 10
  • C The code will result in a runtime error
  • D The code will result in a compile error
  • A 0 1 2 3 4
  • B 1 2 3 4 5
  • C 5 4 3 2 1
  • D The code will result in an infinite loop
  • A 1
  • B 2
  • C 3
  • D 4