Solution for Exercise 4-3
ex0403
#include <stdio.h>
int main()
{
puts("Hickory, dickory, dock,");
puts("The mouse ran up the clock.");
return(0);
}
Notes
* The puts() function displays text, and that's all it does.
Copyright © 1997-2025 by QPBC.
All rights reserved
