MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following format identifier can never be used for the variable var?#include <stdio.h> int main() { char *variable = "Advanced Training in C by interviewmania.com"; } |
| A. | %s |
| B. | %c |
| C. | %d |
| D. | %f |
| E. | None of these |
| Answer» E. None of these | |