Posts

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 -