About this document
C Programs for Multiplication and Pattern by skartchan is a document available to read on EtoBox.
The document contains code for two C programs. The first program takes a number as input and prints out its multiplication table up to 10. The second program prints a pyramid pattern of repeating numbers, with an increasing number of repeats for each line and decreasing spacing between numbers. It uses nested for loops and formatting to control number of repeats and alignment of output.
- Author
- skartchan
- Language
- EN