download Mastguru Android App

Question Detail

What is wild pointer in c

  • a pointer which we need to write in future
  • a pointer which has bad naming convention
  • a pointer which has no limit
  • a point which has not initialized
Similar Questions :

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

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

2. Disadvantage of array in C is

  • We can easily access each element
  • It is necessary to declare too many variables
  • It can store only one similar type of data
  • None of above

3. If include files can be nested

  • Yes
  • No

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

  • integer
  • int
  • null
  • none of above

5. total number of keywords in C are

  • 30
  • 32
  • 48
  • 132
Read more from - C Programming Questions Answers - Chapter 1
Post a comment