download Mastguru Android App

Question Detail

If (*p) and **p is same

  • No
  • Yes
Similar Questions :

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

  • integer
  • int
  • null
  • none of above

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

  • #read
  • #get
  • #include
  • #put

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

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

5. A variable in c

  • must have a valid datatype
  • can't have a name same as keyword
  • must have a name starting with a character
  • All of above
Read more from - C Programming Questions Answers - Chapter 1
Post a comment