0x04. C - More functions, more nested loops

Опубликовано: 20 Июнь 2026
на канале: JUBASS TV
1,990
19

Write a function that checks for uppercase character.

Write a function that checks for a digit (0 through 9).

Write a function that multiplies two integers.

Prototype: int mul(int a, int b);

Write a function that prints the numbers, from 0 to 9, followed by a new line.

Write a function that prints the numbers, from 0 to 9, followed by a new line.
‪@JUBASSTV‬