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 to draw the flowchart for structure programs?

9259


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

1242


write a program to copy the string using switch case?

2842


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

1047


Why is it important to memset a variable, immediately after allocating memory to it ?

1999


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

1030


Compare interpreters and compilers.

1027


In c language can we compile a program without main() function?

1056


How are 16- and 32-bit numbers stored?

1237


What are types of functions?

974


What do you know about the use of bit field?

987


Is there a way to switch on strings?

1027


regarding pointers concept

1979


Can a local variable be volatile in c?

936


What's the difference between constant char *p and char * constant p?

1088