Entries Tagged as ''

Christmas Celebrations

As usual I planned my Christmas celebration in a nice manner. The day before the Christmas I went for shopping. I purchased the Christmas Tree, the colorful wallpapers, Bells, Shoes, the specially designed flavored cake and other decorating materials. As I went to my native place two days before the Christmas, it was easy for me to make all the arrangements. Then I decorated my house with balloons, stars and other colorful things. After attending the prayer function in the Church, we all started to have fun. When I called Jack, he was one his way to my house. It was around 4 pm….George and nancy too arrived. The celebration started. I got i pod, one DVD player and a rugby shirt as gift from my friends and relatives. This year Christmas was really an unforgettable one.

C Puzzles

The swapping of two numbers can be done with a temporary variable as follows. Many of us use this method.

t=a;

a=b;

b=t;

The swapping can also be done without using the temporary variable as follows.

a=a+b;

b=a-b;

a=a-b;

This can also be done using another method.

a^=b;

b^=a;

a^=b;

The xor operator is used here.

Titanic

Titanic is one of the movies which I love to the extreme. Actually I like only thriller movies with fast screenplay. But Titanic is exactly opposite to this type. Even thought the story and the screenplay was in such a way that I like it. It was a historical story nicely embedded with romance. As all know the film has got 11 Oscar awards. Till now there is no other movie which has been equal to this one. I have this movie with me and i have seen this for many times.

My virtual diary

Hi everybody. I have been trying to have a virtual diary(blog) for me. Though I have my blog using a sub domain, this is my first blog with a direct domain. I will post the day to day happenings and other interesting incidents of my life in this blog. You can also find some interesting information about Stock market, Programming and other news. So keep visiting the blog and i hope it will be interesting for you.