What is wrong with the following code fragment?
char str1[10]="Mark", str2[15]="What's my name";
strcpy(str1,str2);
a. Nothing
b. str2 has white space in it
c. str1 does not have enough room
d. str2 does not have enough room
c. str1 does not have enough room
Computer Science & Information Technology
You might also like to view...
MC In Python, multiple-subscripted sequences may have at most how many subscripts?
a) Two. b) Three. c) Four. d) As many as the programmer desires.
Computer Science & Information Technology
The arrow in the accompanying figure points to the XML Schema ____________________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
What library contains the setw() manipulator?
What will be an ideal response?
Computer Science & Information Technology
To export ________ from one database to another, you must copy and paste the records
A) tables B) objects C) table relationships D) selected records
Computer Science & Information Technology