Question #262527

1.6) Enter the code

void Hello()
{
    printf("Hello world\n");
}


int main(int argc, char *argv[])
{    
    Hello();

    system("pause");
	return 0;
}


Add the output of this program to your logbook

• You should be able to appreciate that functions can be used to prevent code duplication. Write a short reflective account of the code concentrating on its functionality and comparing the outputs against the source code.


Expert's answer

It'll print:

Hello world

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS