Which of the following video file types is a cross-platform format that is the most popular Internet video format?
A) .wmv B) .rm C) .avi D) .mpeg
D
Computer Science & Information Technology
You might also like to view...
From which language did C++ directly evolve?
a. A b. Ada c. C d. C+ e. C-
Computer Science & Information Technology
To prevent modification of array values passed to a function:
a. The array must be declared static in the function. b. The array parameter can be preceded by the const qualifier. c. A copy of the array must be made inside the function. d. The array must be passed by reference.
Computer Science & Information Technology