Posts

Showing posts from August, 2014

Operating System ch - 3 "Process Concept"

Operating System Chapter - 3 Process Concept By Dr. Munesh Trivedi Abes Engineering College Want to Download -  https://drive.google.com/file/d/0B0OYNqLoqKCWUEpFUW9MdlNackk/edit?usp=sharing

Operating System chapter 2 - "Operating System Structure"

Operating System Ch -2 Operating System Structure By Dr. Munesh Trivedi Abes Engineering College Want to download -  https://drive.google.com/file/d/0B0OYNqLoqKCWdlZCYmZUaUFzOFU/edit?usp=sharing

Operating System ch -1 "Introduction"

OPERATING SYSTEM CH - 1 INTRODUCTION   By Dr. Munesh Trivedi ABES Engineering College Want to download - https://drive.google.com/file/d/0B0OYNqLoqKCWdUMtMU5sQUc3eWM/edit?usp=sharing

DOCTYPE - Document type declaration

Image
Q1. What is document type declaration or DOCTYPE ? Ans. The <!DOCTYPE> declaration must be the first thing in your HTML document, before the <html> tag; it is an instruction to the web browser about what version of HTML the page is written in and also associates a particular SGML or XML document with a document type declaration (DTD). In the serialized form of the document, it manifests as a short string of markup that conforms to a particular syntax.

C Program for Addition, Subtraction, Multiplication & Division

Image
The C language is a structured oriented programming language, developed at Bell Laboratories by Dennis Ritchie and Brian Kernighan. See also - History of C language ,  C Program for Addition , C program for Subtraction , C program for Multiplication . Downlaod Turbo C software from the following link -  https://docs.google.com/file/d/0B0OYNqLoqKCWbkZLWnNTc1dNZk0/edit Program to Add, Subtract, Multiply and Divide -

C Program to Multiply two given numbers

Image
The C language is a structured oriented programming language, developed at Bell laboratories in 1972 by Dennis Ritchie and Brian Kernighan. see also : How to write Hello World , C Program to Add two given num , C Program to Subtract two given num . Download the Turbo C from the following link -  https://docs.google.com/file/d/0B0OYNqLoqKCWbkZLWnNTc1dNZk0/edit Program to Multiply two given numbers in C -

C Program to Subtract two given numbers

Image
The C language is a structure oriented programming language, developed at Bell Laboratories in 1972 by Dennis Ritchie and Brian Kernighan. see also :  How to write Hello World ,  Addition of Two Given Numbers in C Download Tubo C from the following link -  https://docs.google.com/file/d/0B0OYNqLoqKCWbkZLWnNTc1dNZk0/edit Program to subtract two given numbers -

C Program To Add Two Given Numbers

Image
The C language is a structure oriented programming language, developed at Bell Laboratories in 1972 by Dennis Ritchie and Brian Kernighan. See also :  Hello World in C Download Turbo C from the following link -  https://docs.google.com/file/d/0B0OYNqLoqKCWbkZLWnNTc1dNZk0/edit Program to Add Two Numbers in 'C' -

'Hello World' in C Programming

Image
The C language is a structure oriented programming language, developed at Bell Laboratories in 1972 by Dennis Ritchie and Brian Kernighan. See also -  Why Language 'C' requires after 'B' ? ,  How did C get its name ? How to write "Hello World" in C language.....!

Why Language 'C' requires after 'B' ?

Image
'BCPL' known as "Basic Combined Programming Language" was developed by Martin Richard. BCPL also known as B-language . BCPL is a procedural, imperative and structured computer language but than also there is a requirement of higher upgraded language which comes by the name of C language developed by Kernighan and Ritchie. Why C-language  was required when there was one language B, lets know about it at Atcaph.  See also -  How do C get its name ?

How did C get its name ?

Image
History behind C - It was started with a joke, there was a language developed by Martin Richard known as BCPL, and Ken Thompson as the basis for a language he called it B (as a shorter form of BCPL). Because C is the successor of B so Kernighan and Ritchie called their language C. BCPL even get its name from language CPL which stands for "Combined Programming Language". The "Combined Programming Language" have few problems like- It was Complex Difficult to Write Difficult to Compile