Programming with C

⌘K
  1. Home
  2. Docs
  3. Programming with C
  4. Input/Output statements
  5. Compilation process

Compilation process

The compiler translates the source code into an object code. To compile the C program,

gcc filename.c -o efil

Where efil is a user defined name for executable file

Views: 1

How can we help?

0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments