Here are the errors in the given C statements:
(a) int = 314.562 * 150 ;
- Left side of = operator should be a variable name, not a data type.
(b) name = ‘Ajay’ ;
- ‘Ajay’ is a string, it needs to be enclosed in " " for a character variable or ' ' for a string variable.
(c) varchar = ‘3’ ;
- varchar is not a valid data type in C.
(d) 3.14 * r * r * h = vol_of_cyl ;
- Left side of = operator should be a variable name.
(e) k = ( a