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 

21. Find out the Output

int main() { printf("\new_c_question\by"); printf("\rgeeksforgeeks"); getchar(); return 0; }
  • geeksforgeeks
  • new_c_questions\by
  • Compiler Error
  • None of the above

22. C variable cannot start with a

  • number
  • Both A and C
  • Any special symbol except underscore
  • None of the above

23. Which Keyword is used to prevent any changes in the value of the variable

  • Static
  • float
  • const
  • def

24. Tick the type of linkages

  • External
  • External and none
  • Internal
  • External, Internal and None

25. Which of the following symbol is used in variable name

  • &
  • _
  • #
  • @