Programming in C - Constants, Variables and Data Types

37. Choose the correct statements

  • Option : D
  • Explanation :
    Coercion is automatic conversion between compatible types and it is done by compiler
Cancel reply
Cancel reply

38. The value of an automatic variable that is declared but not initialized will be

  • Option : C
  • Explanation :
    Strictly speaking, it will have a garbage value. Some implementations initialize to 0 on declaration.
Cancel reply
Cancel reply