#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
How many levels of indirection in pointers can you have in a single declaration?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Write a program to check armstrong number in c?
Explain the difference between malloc() and calloc() in c?
Explain what is the difference between text files and binary files?
Why #include is used in c language?
What is the deal on sprintf_s return value?
What is function what are the types of function?
What is quick sort in c?
How does placing some code lines between the comment symbol help in debugging the code?
Is c procedural or object oriented?
What is the use of header files?
How can you access memory located at a certain address?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is "Hungarian Notation"?