For the grammar of the image below, draw the syntax tree for from the following string, assuming that S1, S2, S3, S4, C1, and C2 are valid s:
{ if ( C1 )
if ( C2 )
S1 ;
else
S2 ;
S3 ;
}

