What would be the output of the following program?
main()
{
int i=2 ;
printf ("\n%d%d", ++i, ++i );
}5
980 5b5cc7dde4d2b419777515f1
Q: What would be the output of the following program? main() { int i=2 ; printf ("\n%d%d", ++i, ++i ); }
- Show Answer
- Workspace
- Discuss