Point out the error in the following program.
#include int main() { char str[] = "IndiaBIX"; printf("%.#s %2s", str, str); return 0; }
Answer: D
No answer description available for this question.