Thursday, October 22, 2009
How to add two numbers by using a single variable?
›
#include<stdio.h> void main() { int a; clrscr(); a=(scanf("%d",&a)+a-1)+(scanf("%d",&a)+a-1); printf(...
1 comment:
Wednesday, October 21, 2009
How to find sum of two variables without using an operator?
›
#include<stdio.h> void main() { int a=3,b=2,c; c=printf("%*d%*d",a,1,b,1); clrscr(); printf("%d",c); getch();...
1 comment:
Monday, October 19, 2009
Kakuro... An intresting game!
›
Kakuro puzzles resemble crosswords which use numbers instead of words. The aim of the game is to fill all the blank squares in the grid with...
1 comment:
2nd Anniversary of this blog...
›
Proud moment for me. So soon, it has become two years since this blog has been started. This blog was the first useful thing I did after tu...
1 comment:
Sunday, October 18, 2009
Memoirs of a boy who became a man-3 (The Drop)
›
This post is called ‘The Drop’. Internal exam was a cakewalk for me. I had time to study from 8:30 to 10:45. I would study and then write ex...
Interesting Facts about Animals
›
2 comments:
Memoirs of a boy who became a man-2 (Fear)
›
This post would be called Fear . Yes, fear because I was afraid of the persons who had taken up the same course as me. I picked up when ther...
3 comments:
Memoirs of a boy who became a man-1 (Peristaltic Wave)
›
I wanted to share my life at college. Its no secret. Its a reminiscence of my college life. I have named this post as Peristaltic Wave. I f...
Wednesday, October 14, 2009
A fictitious Story about an Open Source Program that I attended (Encounter With Pukka Ram!)
›
All characters in this story are fictitious, but any resemblance to people living or dead may be considered purely intentional ;-). Last wee...
‹
›
Home
View web version