Home › Forums › General › Announcements › Syntax For Writing Your Program Code On This Forum
Tagged:coding, forum, programming, syntax
- This topic has 0 replies, 1 voice, and was last updated 14 years, 2 months ago by Satish.
Viewing 1 post (of 1 total)
- AuthorPosts
- January 12, 2012 at 4:06 am#1033SatishKeymaster
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