#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 / guest

6


Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is strcmp in c?

592


What are runtime error?

618


What is data structure in c programming?

565


Is there anything like an ifdef for typedefs?

694


What is calloc malloc realloc in c?

585






Is fortran still used in 2018?

585


What is the use of structure padding in c?

555


When is a void pointer used?

672


What are the loops in c?

589


How can you draw circles in C?

615


How can I read data from data files with particular formats?

597


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

712


why do some people write if(0 == x) instead of if(x == 0)?

648


how to write a c program to print list of fruits in alpabetical order?

1784


What is s or c?

589