Multiple Choice
Consider the following declaration: char str[15];.Which of the following statements stores "Blue Sky" into str?
A) str = "Blue Sky";
B) str[15] = "Blue Sky";
C) strcpy(str, "Blue Sky") ;
D) strcpy("Blue Sky") ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: Which of the following correctly declares and
Q20: What is the output of the following
Q21: Which of the following correctly declares name
Q22: The _ of an array is the
Q23: Consider the following statement: double alpha[10][5];.The number
Q25: In row order form, the _.<br>A) first
Q26: A collection of a fixed number of
Q27: In a(n) _ data type, each data
Q28: The array index can be any integer
Q29: Suppose that gamma is an array of