Computer Science, asked by kavaysharma2007, 9 months ago

THIS IS A C PROGRAM. ONLY ANSWER IF YOU KNOW.
error: expected identifier before ‘(’ token.
THIS ERROR IS COMING . HOW CAN I FIX IT???
BRAINLIEST WILL BE MARKED

Attachments:

Answers

Answered by vishavgupta
1

Answer:

dear @kavaysharma2007 there are syntax errors in your conditional statements. correct it as following

if(shyam_age<ajay_age && shyam<ram_age)

like this way correct your syntax in if and else if condition.

this will definitely help you

Explanation:

you have to evaluate a single condition based upon two constraints. but you are doing different approach with wrong syntax

Similar questions