MCPcopy Create free account
hub / github.com/anupam-kumar-krishnan/Competitive_Programming / spaces

Function spaces

Basic Programming/pattern.c:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 }
16}
17void spaces(int n)
18{
19 for (int j = n - 1; j >= 0; j--)
20 {
21 printf(" ");
22 }
23}
24int main()
25{
26 int n = 5;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected