#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
What does == mean in texting?
What is c programming structure?
what is the different bitween abap and abap-hr?
How can you determine the size of an allocated portion of memory?
How can I dynamically allocate arrays?
What are pointers in C? Give an example where to illustrate their significance.
what is event driven software and what is procedural driven software?
Disadvantages of C language.
Write a Program to accept different goods with the number, price and date of purchase and display them
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
what is bit rate & baud rate? plz give wave forms
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
Tell us bitwise shift operators?
what is the diffrenet bettwen HTTP and internet protocol
What is void c?