Follow the code below to completion. At the end of the code…

Questions

Fоllоw the cоde below to completion. At the end of the code whаt vаlue is contаined within the variable X? int squared(int n) {       return n * n; } void main() {      int X = 2;      X = squared(X); }