Question: 25. The following code will print out: char *strl = abcd; char str2[] abcd; printf(%d %d %d, sizeof(str1), sizeof(str2), sizeof(abcd))

25. The following code will print out: char *strl = "abcd"; char str2[] "abcd"; printf("%d %d %d", sizeof(str1), sizeof(str2), sizeof("abcd"))
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
