When you enter property keywords, they appear as ________ when you display the Properties panel in the Info view in Backstage
A) comments B) metadata C) encrypted data D) tags
D
You might also like to view...
When you install two cards in an SLI or CrossFire configuration, the cards work together to render 3D faster
Indicate whether the statement is true or false
Answer the following statements true (T) or false (F)
1. When using the strcat function, you must be careful not to overflow the bounds of the array allocated for the target string. 2. The C++ compiler performs strict array bounds checking whenever an array of characters is being accessed. 3. The string class append member function str.append(s)tacks a string s to the end of str. 4. It is possible to implement a string class by using a dynamically allocated array of characters. 5. The following statement declares a string object and initializes it to "Once upon a time".