a=5 ,print ( a+ 10 ) what is the error with the code
Answers
Answered by
1
Answer:
Hey mate,
Try executing this code
a=5; printf (a+10) ;
Similar questions