Which of the following defines an array of C-strings that will hold 49 characters and the null terminator?
a. char [49];
b. char str[50];
c. char[50] str;
d. character str[50];
e. None of these
b. char str[50];
Computer Science & Information Technology
You might also like to view...
The Callable interface (of package java.util.concurrent) declares a single method named call that allows a task to return a value.
a. call b. execute c. invoke d. None of the above.
Computer Science & Information Technology
Draw a picture of a point-to-multipoint wireless network.
What will be an ideal response?
Computer Science & Information Technology
You have a file in your home directory called tryit&. Rename this file. What command did you use?
What will be an ideal response?
Computer Science & Information Technology
Records in the table that do not match the data in the selected fields of a filter are hidden
Indicate whether the statement is true or false
Computer Science & Information Technology