-

Changes

Jump to: navigation, search

Getting Started

7 bytes removed, 17:40, 30 July 2017
no edit summary
for more information.
main() { printf("Hello, world\n"); }
 ;Fig. 1. Sample C Program
HELLO.C simply type the command
C -V HELLO.C
Cross compilers (i.e. compilers that operate on one system
you are working on B:, type the command
A:C -V HELLO.C
have been silent except for the sign on message. Error mes-
sages can be redirected to a file by using the standard out-
put redirection notation, e.g. > _�s_�o_�m_�e_�f_�i_�l_�e<strong>somefile.</strong>
After completion of compilation, the compiler will exit
particular compiler. To execute this program, simply type
HELLO
and you should be rewarded with the message "Hello, world!"
option at the END of the command line, e.g.
C -V FLOAT.C -LF

Navigation menu