Saturday, March 16, 2019
This is a Sticky post
This will appear right below the first post. You can edit this right from the template and change it to your own post. This will appear right below the first post. You can edit this right from the template and change it to your own post.This will appear right below the first post. You can edit this right from the template and change it to your own post.
Thursday, March 14, 2019
Learn how to program in C. Learn the basic and advanced concepts of C programming from this C tutorial library, along with details and helpful examples.
Learn how to program in C++. Learn the basic and advanced concepts of C++ programming from this C++ tutorial library, along with details and helpful examples.
Java is robust technology widely used to develop application software. This Java tutorial series will help you get started learning Java programming from the basics.
This Introductory chapter helps beginner...
Tuesday, March 12, 2019
page
Posted by Rajnish Kumar at 5:41 AM
C Tutorial
C Programming Tutorials
C Tutorial
C Introduction
Limitation of C Programming Language
History of C Programming Language
C Installation
C Program Structure
C Input and Output (I/O)
C Format Specifiers
Declaration & Assignments
C Tokens
C Identifiers
C Keywords
C Constants
C Operators
C Data Types
C Variables
C Storage Classes
C Preprocessors
C Header Files
C Type Casting
Flow Control
C Decision Making
C...
Friday, April 20, 2018
Computer network assignment
Posted by Rajnish Kumar at 10:52 PM
Assignment:-01
Q 1. What is polling in control access ?
Ans:-Polling is the process of sending a signal to a client (a computer or terminal) that gives it permission to transmit or asks it to receive. With polling, the clients store all messages that need to be transmitted. Periodically, the server (usually a mainframe computer) polls the client to see if it has data to send. If the client has data to send, it does so. If the client has no data to send, it responds negatively, and...