Vidyalelo
C# Programming · Q58

Basic Syntax and Data Types in C Sharp

Programming · C# Programming · question 58

Q58

Correct statement about strings are?

A.
a string is created on the stack
B.
a string is primitive in nature
C.
a string created on heap
Answer
D.
created of string on a stack or on a heap depends on the length of the string

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board