A hashtag in social media is a word or phrase preceded by a ________ symbol
A) # B) * C) @ D) &
A
Computer Science & Information Technology
You might also like to view...
Which of the following is a statistic automatically tracked by Word?
A) Number of revisions to the document B) Changes in the number of pages C) Number of inserted objects in the document D) Number of incorrectly spelled words
Computer Science & Information Technology
Suppose class A inherits from base class B. What is the order in which their constructors and destructors will be called when an object of class A is instantiated and then destroyed?
a. B constructor, A constructor, A destructor, B destructor. b. B constructor, A constructor, B destructor, A destructor. c. A constructor, B constructor, A destructor, B destructor. d. A constructor, B constructor, B destructor, A destructor.
Computer Science & Information Technology