download Mastguru Android App

Question Detail

Break statement is used for

  • Quit a program
  • Quit the current iteration
  • Both of above
  • None of above
Similar Questions :

1. What is dangling pointer in c

  • if pointer is pointing to a memory location from where variable has been deleted
  • if pointer is assigned to more than one variable
  • if pointer is not defined properly
  • none of above

2. Which operator in c can't be overloaded

  • %
  • +
  • ::
  • -

3. Which operator has the highest priority

  • ()
  • []
  • *
  • /

4. Break statement is used for

  • Quit a program
  • Quit the current iteration
  • Both of above
  • None of above

5. Due to variable scope in c

  • Variables created in a function cannot be used another function
  • Variables created in a function can be used in another function
  • Variables created in a function can only be used in the main function
  • None of above
Read more from - C Programming Questions Answers - Chapter 1
Post a comment