A ________ is used to protect literary and artistic works
A) copyright B) patent C) trademark D) public domain
A
You might also like to view...
Which of the following is not a goal stated by the creator of C++ for the new C++ standard?
a. Make C++ easier to learn. b. Improve library building capabilities. c. Make C++ an open source programming language. d. Increase compatibility with the C programming language.
Answer the following statements true (T) or false (F)
1. You have to write the data type for each parameter variable in a parameter list. 2. Default arguments must be literals or constants. 3. If you provide a default argument for the first parameter in a list, you do not need to provide default arguments for the remaining parameters. 4.Passing an argument by reference guarantees that the argument will not be changed by the method it is passed into.