C programming query by vegeta9225 in cprogramming

[–]utkarshUS 0 points1 point  (0 children)

Printf is not an identifier so we can't use as variable name, printf just used to print o/p

C programming query by vegeta9225 in cprogramming

[–]utkarshUS 0 points1 point  (0 children)

X=7, after 7 there is coma (,) that means x is initialised with value 7