xsanexensprocke6425 xsanexensprocke6425
  • 25-01-2024
  • Computers and Technology
contestada

What will be the output of the program?
#include
#include

int main()
{
char *s;
char *fun();
s = fun();
printf("%s\n", s);
return 0;
}
char *fun()
{
char buffer[30];
strcpy(buffer, "RAM");
return (buffer);
}

Respuesta :

Otras preguntas

john and mary went to the mall. Is that a sentence or a fragment?
What equals to 31 using multiplication?
What were the origins of Islam and what are its main beliefs ..
Express 0.59 as a fraction....
depict an angle 7pi over 4 in standard position
(64/9)^(-2/3) Simplify the expression
How many syllable in electricity
depict an angle 7pi over 4 in standard position
What equals to 31 using multiplication?
Explain why summer in the Northern Hemisphere is cooler than summer in the Southern Hemisphere.