InterviewSolution
Saved Bookmarks
| 1. |
Which is the method used to save chart as a ps file?(a) ps()(b) postscript()(c) script()(d) post(script) |
|
Answer» Correct option is (b) postscript() The best explanation: postscript starts the graphics device driver for producing PostScript graphics. The syntax for the method to save chart as a ps file is : postscript([filename]). |
|