Archive for the ‘tech’ Category

Fenphedra

Wednesday, August 27th, 2008

Health is wealth. This is an adage and it is very important for all of us. If health is lost, then definitely there is a huge loss for us. So we have to maintain a good healthy body condition. In due course of life and regular schedule, we forget to ...

Algorithms

Monday, July 14th, 2008

Wow. After a long time i am writing some thing related to the technical stuff, i think. Algorithm is the most interesting part in the application development though it is not reflected much. The thing in it that attracted me is the simplicity in the procedure. The basic logic must ...

Visual System

Wednesday, June 25th, 2008

Visual system id one of the most important system of the body. It is not coming under major systems, but a subsystem of nervous system. The light rays that come from a particle is captured by the visual system and it is interpreted into the original form. The rods and ...

c Quiz-2

Wednesday, May 14th, 2008

Hi guys here is another program for the c wizards and beginners. The program includes a simple logic. An additional symbol is used in this program. The symbol tilde ~ is used here in this program. The symbol is found on the button below esc. The tilde symbol represents some ...

C Quiz

Monday, February 25th, 2008

Hello friends , we all know very well about the operator :: and its uses. Lets have a small test on scope resolution operator's function with a small program. It might be very easy, but try it out with out compiling the program. are u ready? #include int a=500; void main() { int a=100; printf(" The ...