funtion (str)
{
for(i=0;i
{
str2=char at str [i]+str2;
}
return str 2;
}
what is the output of funtion("testing")
Answers
Answered by
3
Answer:
OUY PUT FUNCTION OF TESTING = SYNTAX -
Answered by
0
Answer:
Syntax error
The output will show an error.
Similar questions