Correct Statement About Strings Are #38
Correct statement about strings are?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Data Types, Variables and Operators - Char Types and String Literals - Quiz No.2.
Correct statement about strings are?
a string is created on the stack
a string is primitive in nature
a string created on heap
created of string on a stack or on a heap depends on the length of the string