I want to convert algorithm to c code.I have given a template for writing algorithm,according to which i will match the algorithmic statements and translate it to corresponding c code.Like if its "read a b" i will convert it to scanf() statement.Please give me some idea as how to achieve this.