What statement is(are) true about CHAR Type?

 Posted by Vishalneeraj-24503 on 3/27/2015 | Category: Visual Studio Interview questions | Views: 1963 | Points: 40
Select from following answers:
  1. Char represents a character value type and holds a single Unicode character value.
  2. Char is 2 bytes in size.
  3. Char is a value type since it actually stores the value in the memory that has been allocated on the stack.
  4. All of the above.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response