C ile skipLines kullanımı cdersleri 5 yıl önce void skipLines(int n) { for (int h = 1; h <= n; h++) printf("\n"); }