Description: Some small programs you can test if would like to program with the C computer programming language. Here is a program called welcome.c that will display some text on the screen. You can modify it to display any text you want. Note, comments for your personal programming use are placed between: /* and */. They often are used to describe a portion of code as a reference if you need it later. The text between the comment symbols/syntax will be skipped over by the compiler/computer. /* welcome.c ... |