

MCQOPTIONS
Saved Bookmarks
1. |
Which statement is correct to include a package in the code where we need to read from and write to text files? |
A. | USE STD.TEXT.all; |
B. | USE STD.TEXTIO.all; |
C. | USE IEEE.TEXTIO.all; |
D. | USE IEEE.TEXT.all; |
Answer» C. USE IEEE.TEXTIO.all; | |