Skip to main content

Introduction to Programming in C : Part 3

Comments

Popular posts from this blog

LINUX TERMINAL

MY TERMINAL WINDOW What is TERMINAL? Terminal is an interface in which you can type and execute text-based commands. Why TERMINAL? Terminal is a very powerful tool. It can be much faster to complete some tasks using a Terminal than with graphical applications and menus. Another benefit is allowing access to many more commands and scripts. Most computer users today are only familiar with the graphical user interface (GUI) and have been taught by vendors and pundits that the command line interface (CLI) is a terrifying thing of the past. This is unfortunate because a good command line interface is a marvelously expressive way of communicating with a computer in much the same way the written word is for human beings. It's been said that “graphical user interfaces make easy tasks easy, while command line interfaces make difficult tasks possible” and this is still very true today. Examples: There ain't any need of setting a new environment for any type of progra...