what are difference between c and c++?
Accenture,
Question { HCL, 68368 }
void main() { int i=1; printf("%d%d%d",i,++i,i++); } Cau u say the output....?
Answer
Question { 9956 }
what is run time error?