045. Technical interview question: Give the output of following code Prashant Chaudhari 7 years ago void main(){ char c=125; c=c+10; printf("%d", c); }