Jun 22

Operators Introduction

An operator is a symbol which helps the user to command the computer to do a certain mathematical or logical manipulations. Operators are used in C language program to operate on data and variable. C has a rich set of operators which can be classified as

1. Arithmetic operators
2. Relational Operators
3. Logical Operators
4. Assignment Operators
5. Increments and Decrement Operators
6. Conditional Operators
7. Bitwise Operators
8. Special Operators

written by Shweta \\ tags:

Jun 22

Free c/c++ compilers :-

Latest version of excellent Inprise’s compiler now completely free for download.

written by Shweta \\ tags: ,

Jun 22

About Unix :

Unix is a general-purpose time-sharing operating system developed in the early 1970s at Bell Laboratories by Ken Thompson and Dennis Ritchie. Almost three decades later, Unix stands as one of the most influential systems in computing history, and its popularity continues to grow. It has been ported to dozens of hardware platforms, and nearly every major vendor supports a product line based on Unix. In 1983, Thompson and Ritchie received the ACM Turing Award ( q.v.) for their contributions to the computing field.

Unix and C Language : -

The UNIX system is itself written in C. In fact C was invented specifically to implement UNIX. All of the UNIX commands which you type, plus the other system facilities such as password checking, lineprinter queues or magnetic tape controllers are written in C.

In the course of the development of UNIX, hundreds of functions were written to give access to various facets of the system. These functions are available to the programmer in libraries. By writing in C and using the UNIX system libraries, very powerful system programs can be created. These libraries are less easy to access using other programming languages. C is therefore the natural language for writing UNIX system programs.

written by Shweta \\ tags: ,