Pages
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
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 notes with example on following function
Fclose
Puts
Gets
Fprintf
Scanf
Read more »
Saturday, 12 November 2016
For Loop in Python
for letter in 'Girfa': # First Example
Read more »
While loop in Python
count=1
while count <= 5:
print count
Read more »
While loop in Python
count=1
while count <= 5:
print count
Read more »
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)