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
▼
Friday, 18 November 2016
Hut Using HTML
›
HTML 5 supports graphics by Canvas and SVG. Canvas Canvas is a rectangular area specified by height and width where you can make dryi...
Monday, 14 November 2016
Input Output Question Practice C Language
›
Q 1. Print a character with ASCII code using printf function? Q 2. Try to string input with space using %s? Q 3. Write down short note...
Saturday, 12 November 2016
For Loop in Python
›
for letter in 'Girfa': # First Example
While loop in Python
›
count=1 while count <= 5: print count
‹
›
Home
View web version