download Mastguru Android App

Question Detail

What is correct order of precedence in C

  • Addition, Division, Modulus
  • Addition, Modulus, Division
  • Multiplication, Substration, Modulus
  • Modulus, Multiplication, Substration
Similar Questions :

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

2. What is dangling pointer in c

  • if pointer is pointing to a memory location from where variable has been deleted
  • if pointer is assigned to more than one variable
  • if pointer is not defined properly
  • none of above

3. Which is invalid name of identifier

  • world
  • addition23
  • test_name
  • factorial

4. printf() belongs to which library of c

  • stdlib.h
  • stdio.h
  • stdout.h
  • stdoutput.h

5. total number of keywords in C are

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