Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

#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

how can use subset in c program and give more example

2050


What are the disadvantages of c language?

1259


Why c is faster than c++?

1094


Can a file other than a .h file be included with #include?

1225


Do you know the purpose of 'register' keyword?

1071


What is meant by initialization and how we initialize a variable?

1096


What is the significance of c program algorithms?

1197


What is hungarian notation? Is it worthwhile?

1276


What does %p mean?

1158


What do you mean by recursion in c?

1170


write a c program in such a way that if we enter the today date the output should be next day's date.

2244


What is use of #include in c?

1224


What is the difference between fread and fwrite function?

1133


Why pointers are used in c?

1074


Function calling procedures? and their differences? Why should one go for Call by Reference?

1139