download Mastguru Android App

Question Detail

If (*p) and **p is same

  • No
  • Yes
Similar Questions :

1. If include files can be nested

  • Yes
  • No

2. 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

3. If (*p) and **p is same

  • No
  • Yes

4. Which of the following below is/are valid C keywords

  • integer
  • int
  • null
  • none of above

5. What is prototype of a function in C

  • It is the return type of a function
  • It is the return data of the function
  • It is declaration of a function
  • It is a datatype
Read more from - C Programming Questions Answers - Chapter 1
Post a comment