download Mastguru Android App

Question Detail

what is the size of int datatype for 32 bit system

  • 1 byte
  • 2 byte
  • 4 byte
  • 8 byte
Similar Questions :

1. \r is used for

  • carriage return
  • new line
  • end of the line
  • vertical tab

2. What is the value of sizeof(char)

  • 1
  • 2
  • 4
  • 8

3. Which operator is used for comparing two variables

  • :=
  • =
  • =:
  • ==

4. Can #define accept parameters

  • Yes
  • No

5. 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
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment