InterviewSolution
Saved Bookmarks
| 1. |
What is the function in Arduino that is capable of reading Strings from a stream and store the acquired value into a String?(a) Stream.readstring()(b) Stream.stringread()(c) Stream.readString()(d) Stream.readfromstring()I got this question in an interview.My enquiry is from Serial and Stream Communications topic in division Arduino Programming of Arduino |
|
Answer» Right choice is (C) Stream.readString() |
|