This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Breaking instructions into two lines

Hi everyone,

How can I break a long instruction line into two or three lines to improve readability of the program written in " C language ?

Best regards,
Deepak

Parents
  • absolutely 'reasonable' to split lines, that intention of my post was not to argue that point. However the most frequent reason for line splittiing is the so called "real C programmers" LOVE of cramming as much into one statement as possible, and THAT was what I really stated about.

    "if you heard what I thought I said, we would communicate well" :)

    Erik

Reply
  • absolutely 'reasonable' to split lines, that intention of my post was not to argue that point. However the most frequent reason for line splittiing is the so called "real C programmers" LOVE of cramming as much into one statement as possible, and THAT was what I really stated about.

    "if you heard what I thought I said, we would communicate well" :)

    Erik

Children