Which of the following is TRUE about .txt files when importing an outline?
A) Each line of the outline becomes a slide when imported.
B) All formatting is retained.
C) Files with a .txt extension have a saved hierarchical structure.
D) They cannot be transferred among platforms.
A
Computer Science & Information Technology
You might also like to view...
Which of the following is/are not placed on the stack during a function call?
) arguments b) local variables c) return values d) memory address of calling statement
Computer Science & Information Technology
What is the output of the following code?
``` string s("abc"); s.append("welcome", 3); cout << s << endl; ``` a. welcomeabc b. abcwel c. abc d. abcwelcome
Computer Science & Information Technology