

MCQOPTIONS
Saved Bookmarks
1. |
Which statement will you add to the following program to ensure that the program outputs "IndiaBIX" on execution? |
A. | *pt=''; |
B. | pt='\0'; |
C. | pt='\n'; |
D. | *pt='\0'; |
Answer» E. | |