Latest Miscellaneous Company Exam Aptitude Question SOLUTION: In which line of the following, an error would be reported? 1. #deflne CIRCUM(R) (3.14*R*R); 2. main() 3. { 4. float r=1.O,c; 5. c= CIRCUM(r); 6. printf(”\n%f”,c); 7. if