Question Detail

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
Similar Questions :

1. Structures can be used

  • to hold different datatypes
  • have pointers to structures
  • to assign to one another
  • all of above

2. What among following is true about stack

  • stack cannot reuse its memory
  • all elements are of different datatypes
  • all operation done at one end
  • none of above

3. Which operator in c can't be overloaded

  • %
  • +
  • ::
  • -

4. If include files can be nested

  • Yes
  • No

5. We can insert pre written code in a C program by using

  • #read
  • #get
  • #include
  • #put
Read more from - C Programming Questions Answers - Chapter 1