EmbLogic's Blog

Author Archives: Nishant

problem in execution

#include int main() { int i=1; printf(“%d%d%d%d%d”,i,++i,i++,++i,++i); return 0; } what wil be the output with reason?

Posted in Uncategorized | 4 Comments