Which of the following is NOT true about Vine?

A) Videos play automatically when people view those particular tweets.
B) There is no similar way to tweet videos from a personal computer.
C) Vine lets you post short videos from your mobile phone as part of your Twitter feed.
D) After you install the Vine app on your mobile phone, you can attach videos of 6 MB or less to your mobile tweets.

D

Computer Science & Information Technology

You might also like to view...

If the input stream is

abcde what will be the output of the following code? char ch; for (int i = 0; i < 4; i++){ cin.get(ch ); if (ch != ‘b’) cout << ch; } a) abcd b) abcde c) acde d) acd

Computer Science & Information Technology

By default, the classpath consists only of the ________. However, the classpath can be modified by providing the ________ option to the javac compiler.

a. root directory of the package, -d. b. current directory, -d. c. root directory of the package, -classpath. d. current directory, -classpath.

Computer Science & Information Technology