Latest TCS Aptitude Question SOLUTION: Write one statement equivalent to the following two statements: x=sqr(a); return(x); Choose one of the alternatives out of these 4, (a) return(sqr(a));