杨辉三角c语言

以下是使用 C 语言实现杨辉三角的代码示例:```c include int main() { int rows, i, j, num = 1; printf("请输