InterviewSolution
Saved Bookmarks
| 1. |
Which of the following disadvantage does literate programming have?(a) Slow processing of documents(b) Code is not automatic(c) No logical order(d) All of the mentionedI had been asked this question in an interview.Query is from Literate Statistical Programming in division Data Analysis and Research of Data Science |
|
Answer» RIGHT option is (a) SLOW PROCESSING of documents The explanation: CODE and text is in ONE place. |
|