#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

Explain what are multibyte characters?

629


How can you check to see whether a symbol is defined?

592


hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

1444


What is c system32 taskhostw exe?

590


What is use of integral promotions in c?

666






The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none

713


What is the collection of communication lines and routers called?

614


Explain what are the different file extensions involved when programming in c?

633


given post order,in order construct the corresponding binary tree

2323


What is meant by realloc()?

677


Why c is procedure oriented?

574


What is the value of h?

593


What is null in c?

598


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1450


How does pointer work in c?

621