Strings"A4" 1 / 50 printf("%s",NULL) का result? Blank Error message 0 Segmentation fault 2 / 50 String pointer increment का मतलब? +1 byte +1 char Next character All 3 / 50 malloc string में '\0' क्यों जरूरी? Output Speed Compiler Termination 4 / 50 Dynamic string memory कैसे allocate? malloc() calloc() realloc() All 5 / 50 String memory wastage क्यों? Compiler '