C language apptitude test question-help
By proBlogger
@proBlogger (380)
India
December 28, 2010 5:53am CST
Here are the lines,write the output
int i=5;
printf(“%d%d%d%d%d%d”,i++,i–,++i,–i,i);
According to me answer should be:
556555
Am I correct?
1 response