What would be the output of the following program?
main()
{
int i=2 ;
printf ("\n%d%d", ++i, ++i );
}5
1225 5b5cc7dde4d2b419777515f1
Q: What would be the output of the following program? main() { int i=2 ; printf ("\n%d%d", ++i, ++i ); }
- उत्तर देखें
- Workspace
- चर्चा