Question: Display the following checkerboard pattern with eight printf statements and then display the same pattern with as few printf statements as possible.

Checkerboard pattern of asterisks

Checkerboard pattern of asterisks
Sample Program Run
 

Write A Comment