1.

How many arguments does the at() function take?(a) 0(b) 1(c) 2(d) 3The question was asked in final exam.I would like to ask this question from String Manipulation in division Arduino Programming of Arduino

Answer»

The correct answer is (b) 1

The best I can explain: The at() function returns a CHARACTER from the string given as input. It takes 1 ARGUMENT. It returns the character that is PRESENT in the string as specified by the argument. It can be used as “cout<



Discussion

No Comment Found

Related InterviewSolutions