After creating two variables as follows:char message1[81] = "this is a string";char *message2 = "this is a string";The statement ____ is not valid in C.
A. message1 = "A new message";
B. message2 = "A new message";
C. message2 = message1;
D. message2[0] = 'T';
Answer: A
Computer Science & Information Technology
You might also like to view...
Click the ____ button to sort from A to Z or from low to high.
A. ascending B. descending C. either a. or b. D. neither a. nor b.
Computer Science & Information Technology
A(n) ________ is used in an academic environment as a recruitment tool and to improve retention and graduation rates
A) SMS B) SRM C) PaaS D) LMS
Computer Science & Information Technology
All newer web browsers use a(n) ________ browsing interface, which allows you to have multiple web pages open in one browser window.
A. tabbed B. networked C. aggregated D. Web 2.0
Computer Science & Information Technology
The java.lang package contains fundamental classes and is imported automatically each time a program is written.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology