Ask your own question, for FREE!
Computer Science 7 Online
OpenStudy (anonymous):

Point out the errors, if any, in the following C statements: (a) int = 314.562 * 150 ; (b) name = ‘Ajay’ ; (c) varchar = ‘3’ ; (d) 3.14 * r * r * h = vol_of_cyl ; (e) k = ( a * b ) ( c + ( 2.5a + b ) ( d + e ) ; (f) m_inst = rate of interest * amount in rs ;

OpenStudy (e.mccormick):

Look into integers in c, and the difference between double and single quotes. "S" and 'S' have very different uses. Also, remember that all math operators must be explicitly defined. In math notation you can use position to indicate a math operation. In computers you can not.

OpenStudy (anonymous):

ok thank you but what about other

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!