1)

From the following statements, what is the correct statement about strings?


A) A string is created on the stack

B) A string is a primitive datatype

C) A string created on heap

D) Creation of string on a stack or on a heap depends on the length of the string

Answer:

Option C