The .rtf extension stands for ________ Format

Fill in the blank(s) with correct word

Rich Text

Computer Science & Information Technology

You might also like to view...

Program control is best defined as:

a) specifying the degree of control a program has over the computer it is executed on b) specifying the line of code that is executing at a given time c) specifying the order in which the statements are executed d) None of the above.

Computer Science & Information Technology

The code segment int *ptr; has the same meaning as

A) int ptr;. B) *int ptr;. C) int ptr*;. D) int* ptr;. E) None of the above

Computer Science & Information Technology