Jump to content

SKS

Members
  • Posts

    1
  • Joined

  • Last visited

SKS's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. SIP would this work for the C problem? #include int main() { int i, n=-20; for (i=0; i < n; i--) printf("-"); } or #include int main() { int i, n = 20; for(i=19; i printf("-"); } PS: I don't have a compiler right now so I am unsure of the result.
×
×
  • Create New...