Write three differentways that you can access letter j in the following string.
s = “37abj+9”
Solution
s = “37abj+9″way 1:———-s[4]way 2:———&(s+4)Note: Answer is in C language
below if have doubts Pleas e comment you any
Write three differentways that you can access letter j in the following string.
s = “37abj+9”
Solution
s = “37abj+9″way 1:———-s[4]way 2:———&(s+4)Note: Answer is in C language
below if have doubts Pleas e comment you any