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
  • Hi Everyone,

    Thank you very much for the help provided and for the faq link. My issue was only the readability problem. We have a 80 column limit here! That was sorted by Mr. Andy Neil's first mail. Thank you all so much for helping me.

    Multi Line macro was a new information for me. I never used macros!!

    Thanks for the for(... a, b, ...) example by Mr. Erik.

    Best regards,
    Deepak

Reply
  • Hi Everyone,

    Thank you very much for the help provided and for the faq link. My issue was only the readability problem. We have a 80 column limit here! That was sorted by Mr. Andy Neil's first mail. Thank you all so much for helping me.

    Multi Line macro was a new information for me. I never used macros!!

    Thanks for the for(... a, b, ...) example by Mr. Erik.

    Best regards,
    Deepak

Children