Which of the following is the correct output for the program given below?
#include stdio.h
int main() {
char str[5]="Sookshmas";
printf("%s\n",str);
return 0;
}


Posted on by