download Mastguru Android App

Question Detail

What is the value of sizeof(char)

  • 1
  • 2
  • 4
  • 8
Similar Questions :

1. Difference between static and dynamic memory allocation is

  • In static memory allocation memory to be allocated in preknown
  • In dynamic memory allocation memory to be allocated in preknown
  • There is no differnece
  • Not exact difference is mentioned

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

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

3. cout is declared in the _____ standard file within the std namespace

  • outstream
  • stdin
  • iostream
  • None of above

4. Can we overload constructors in C++

  • Yes
  • No

5. Meaning of PDB

  • Physical Database File
  • Program Database File
  • Program Direct File
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment