Rita has newly enrolled into the computer science course in Softech Solutions to learn c Programming , to know about data types she has given a task to solve the following expression with respective data type as ‘a’ and ‘b’ as integer ,’c’ as character , ‘ax’ as long integer, ‘s’ as short integer, ‘dx’ is double and ‘ux’ as unsigned long integer , the expression to get solved is
i)((int) dx) + ax ii) ax + b iii)ax + ux iv) s + c
Help rita to solve the task by writing the c program