download Mastguru Android App

Question Detail

A member is a

  • Variable in a structure
  • Datatype of structure
  • Structure pointer
  • None of above
Similar Questions :

1. What is correct order of precedence in C

  • Addition, Division, Modulus
  • Addition, Modulus, Division
  • Multiplication, Substration, Modulus
  • Modulus, Multiplication, Substration

2. total number of keywords in C are

  • 30
  • 32
  • 48
  • 132

3. Continue statement used for

  • To continue to the next line of code
  • To stop the current iteration and begin the next iteration from the beginning
  • To handle run time error
  • None of above

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

  • integer
  • int
  • null
  • none of above

5. The first expression in a for loop is

  • Step value of loop
  • Value of the counter variable
  • Any of above
  • None of above
Read more from - C Programming Questions Answers - Chapter 1
Post a comment