____ files are used to store programs.
A. Audio
B. Video
C. Binary
D. Text
Answer: C
Computer Science & Information Technology
You might also like to view...
Which of the following is a correct interface?
a. interface A { void print() { }; } b. abstract interface A { print(); } c. abstract interface A { abstract void print() { };} d. interface A { void print();}
Computer Science & Information Technology
On an average, linear search searches
A. one fourth of the list B. just one element in the list C. half of the list D. the whole list
Computer Science & Information Technology