download Mastguru Android App

Question Detail

Which is invalid name of identifier

  • world
  • addition23
  • test_name
  • factorial
Similar Questions :

1. Break statement is used for

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

2. Can getch() be used to echo the input

  • Yes
  • No

3. Which operator has the highest priority

  • ()
  • []
  • *
  • /

4. Adding to a pointer that points to an array will

  • Cause an error
  • Increase the value of the element that the pointer is pointing to
  • Cause the pointer to point to the next element in the array
  • None of above

5. calloc() belongs to which library

  • stdlib.h
  • malloc.h
  • calloc.h
  • None of above
Read more from - C Programming Questions Answers - Chapter 1
Post a comment

  • VIDYA DESHMUKH 9 years ago

    test_name is identifier because _ is also come in valid in identifier then test_name is valid identifier