Draw the syntax tree and DAG from the following expression.
if x>0 then x=3*(y+1) else y=y+1
Draw the syntax tree and DAG from the following expression.
if x>0 then x=3*(y+1) else y=y+1
Write a C program to find minimum among three numbers.
Write short notes on: