1.

How many arguments does the back() function take?(a) 0(b) 1(c) 2(d) 3This question was posed to me in an internship interview.My doubt is from String Manipulation in chapter Arduino Programming of Arduino

Answer»

Correct CHOICE is (a) 0

The explanation: The back() FUNCTION returns a character from the string given as input. It takes in no arguments. It returns the last character that is PRESENT in the string. It can be USED as “cout<



Discussion

No Comment Found

Related InterviewSolutions