Assume string1 is a character array. Which of the following op-erations does not produce a string?
a) string1[] = "test";
b) string1[] = {'t', 'e', 's', 't', '\0'};
c) string1[] = {'t', 'e', 's', 't'};
d) string1[] = " ";
c) string1[] = {'t', 'e', 's', 't'};
Computer Science & Information Technology
You might also like to view...
A connectivity port which transfers data at speeds up to 10,000 Mbps is ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
In a query, a calculated field needs to have a(n) ________, a descriptive label that identifies the field
Fill in the blank(s) with correct word
Computer Science & Information Technology