What is the value of x in the following code? %let a=2; %let c=3; %let x=a + c;
5
Error in the code
2 + 3
2 + 3 ;