Q. The statement printf("%c", 100); will print? (Solved)
1. prints 100
2. print garbage
3. prints ascii equivalent of 100
4. none of the above
- c. prints ascii equivalent of 100
1. prints 100
2. print garbage
3. prints ascii equivalent of 100
4. none of the above