How does the compiler handle the statement b=a?
A. It doesn’t. That’s the linker’s job.
B. The assignment operator assigns the value of a into b.
C. The assignment operator assigns the value of b into a.
D. That is an invalid C++ statement.
B
Computer Science & Information Technology
You might also like to view...
Which of the following is primarily used to facilitate the consistent sharing of information by defining content types?
A. WML B. XML C. HTML D. XHMTL
Computer Science & Information Technology
You want to search for all last names beginning with the letter M. The field name for last name is LName. Describe how to do this.
What will be an ideal response?
Computer Science & Information Technology