download Mastguru Android App

Question Detail

Inline functions are invoked at

  • Run time
  • Compile time
  • Debug time
  • None of above
Similar Questions :

1. Meaning of PDB

  • Physical Database File
  • Program Database File
  • Program Direct File
  • None of above

2. expression x.y represents as

  • member x of object y
  • member y of object x
  • member y of object pointed by x
  • all of above

3. Which among following has invalid syntax ?

  • #include
  • #include file
  • #include "file"
  • None of above

4. Which of the following functions below can be used Allocate space for array in memory

  • calloc()
  • malloc()
  • realloc()
  • All of above

5. Can #define accept parameters

  • Yes
  • No
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment