Question1. Assume f is a function that returns the result of reversing string of symbols given as its input, and g is a function that returns concatenation of the 2-strings given as its input. If x is the string abcd, what is returned by g(f(x),x)?
Question2. What ambiguity exists in the statement
X <-- 3 + 2 * 5