Since C is a free form language i.e. the instructions can be started any where on the line; it is easier to write the program in a more understandable way; which makes the error checking & debugging easier and also helpful in writing the meaningful blocks. But one should be careful enough to put ; (semicolon) at the end of the every statement, otherwise complier will take the multiple lines as a single statement & it will raise the errors. One should always remember that all the C program statements are written in lowercase except the symbolic constants. The opening and closing braces indicates the starting and ending of the program; a function a block of the program or a set of instructions inside the loop etc… One can write comments whenever needed which is helpful in understanding & error checking of the program.
for more details check out below link, www.netbooks.we.bs www.netinfocentre.com Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Embedded_C++_VC++" group. To post to this group, send email to Embedded_C_VC@googlegroups.com To unsubscribe from this group, send email to embedded_c_vc+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.co.in/group/Embedded_C_VC?hl=en -~----------~----~----~----~------~----~------~--~---