Pages
(Move to ...)
Assignment
Synopsis
C
Graphics
Compiler
C#
DCN
DBMS
Discrete Math
DS
IT Fun
Java
Json
NIELIT
Notes
Office
OOPS
OS
PHP
Project
Phython
Question
SSAD
Web
UGC Net
VB
ASP
▼
Thursday, 30 November 2017
series
›
Q : Write a program to compute the following series: x + x3 / 3! + x5/ 5! + … To a given accuracy for x from 00 to 1800 in the steps of...
Wednesday, 29 November 2017
Tax Calculation Program
›
Write a program to calculate the income tax of an employee for the current financial year. A user will enter his age and Total salary of t...
Monday, 27 November 2017
Thread
›
A thread is a basic unit of CPU utilization; it comprises a thread ID, a program counter, a register set, and a stack. It shares with othe...
HTML Table Operation
›
Hide Table Column $( '#table-name th:nth-child(column-no)' ).hide(); $( '#table-name td:nth-child(column-no)' )....
‹
›
Home
View web version