Computer Science, asked by sauravkumar5680, 1 year ago

Evaluate the following c expressions (1) int a=5,b=7,c; c=a*a b b

Answers

Answered by rptg1
0
syntax error ....... since b b will be treated as an identifier which cannot be in right side of assignment operator
Similar questions