You can share a bookmark directly through Delicious by adding the tag "____".
A. share:username
B. to:username
C. send:username
D. for:username
Answer: D
You might also like to view...
The _____ is encoded using only the previous I- or P-frame as the reference frame.
A. B-frame B. I-frame C. P-frame
You can use the ____ property to control the timing of transitions in fading screens or scrolling text.
A. brightness B. direction C. duration D. opacity
If a function has the following prototype "int cmpYear (void* pYear1, void* pYear2);", what is the appropriate way to create a list that uses this function to compare the data nodes?
A. list = createList (cmpYear*); B. list = createList (&cmpYear); C. list = createList (*cmpYear); D. list = createList (cmpYear);
Which property would be used to make an object invisible?
a.Color b.Opacity c.PointOfView d.Invisibility e.None of these