Syntax For Writing Your Program Code On This Forum

Home Forums General Announcements Syntax For Writing Your Program Code On This Forum

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #1033
    Satish
    Keymaster

    This is the basic syntax to show/display your code (not to execute) on the forum:

    Syntax: (Most Important)


    //your program code goes here. Make sure to provide proper formatting. Do not write everything in one line.
    // Break it more often than not. Break it to new line, so that it doesn't go out of boundary of this forum
    //when you submit/publish it.

    Make sure to replace < with < and > with > wherever it appears in your program code.
    Ex: While writing header files in C.

    name required Name of
    and