What will be the output of the program ?
#include int main() { char *str; str = "%d\n"; str++; str++; printf(str-2, 300); return 0; }
Answer: D
No answer description available for this question.