#include<std.h>
int main()
{
char *str[]={"Frogs","Do","Not","Die","They","Croak!"};
printf("%d %d\n",sizeof(str),strlen(str));
...return 0;
}
what will the output of the above program?

Answer Posted / kelly baby

Hello dear new friend,
my name is Kelly i read your profile and i decided to
contact you hopping that you will accept me as your friend,
please if you accept my request reply my true my email
address (kellybaby004@yahoo.in) so that i will send you my
picture and tell you more about me, do not late far
decadence be a barrier let love cornet because love is
abridge cornet far decadence to be lose.
yours kelly

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is 1f in c?

1840


Why doesn't C support function overloading?

1620


What is indirection? How many levels of pointers can you have?

660


Can you add pointers together? Why would you?

647


How is pointer initialized in c?

588






List out few of the applications that make use of Multilinked Structures?

1307


What is meant by type casting?

629


What is pointer to pointer in c language?

596


define string ?

669


4. main() { int c=- -2; printf("c=%d",c); }

1371


Can we declare a function inside a function in c?

591


How can you avoid including a header more than once?

567


What is null character in c?

692


What is the need of structure in c?

566


What is d'n in c?

638