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