Computer Science, asked by vishnusudarsan027, 6 months ago

a=5 ,print ( a+ 10 ) what is the error with the code​

Answers

Answered by rajsccoc
1

Answer:

Hey mate,

Try executing this code

a=5; printf (a+10) ;

Similar questions