Posts

Showing posts from July, 2021

How to Compilation and Execution A C programming File ?

Image
How to Compilation and Execution A C programming File Once you have written the program you need to type it and instruct the machine to execute it To type your C program you need another program called Editor. Once the program has been typed it needs to be converted to machine language (Os and Is) before the machine can execute it. To carry out this conversion we need another program called Compiler. Compiler vendors provide an Integrated Development Environment (IDE) which consists of an  Editor as well as the Compiler.   T here are several such IDEs available in the market targeted towards different operating systems. For example, Turbo C, Turbo  C++ and Microsoft C are some of the popular compilers that work under MS-DOS; Visual C++ and Borland C++ are the compilers  that work under Windows, whereas gcc compiler works under Linux. Note that Turbo C++, Microsoft C++ and Borland C++ software also contain a C compiler bundled with them. If you are a beginner you woul...

Trending now

What is change to mass ratio of electron? Who measured the ratio of electrical charge to the mass of electron ? | Inorganic chemistry | chemistry.

What is Antioxidants. Free radicals and Some externally generated sources of free radicals ?How do antioxidants work ? type of antioxidants

What is The C Language character Set & about Constants ,Variables and keywords ?

Generations Of Computers and their Evolutions ?

Excange Regulations of Malaysia

Introduction Of Horticulture ,its features and brunches ?What is Horticulture In Hindi ?

How to Write First Program in C Language ?understanding syntax & structure of C and writing method , Rules ?