MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the program? #include int main() { int i; char c; for(i=1; i |
| A. | aaaa |
| B. | aaaaa |
| C. | Garbage value. |
| D. | Error in ungetc statement. |
| Answer» C. Garbage value. | |