cquestionbank.blogspot.com
A very good site with compilation of some of the best and most interesting questions from C – programming language.
Reviews to be added later.
Posted by Goutam Mandal on April 14, 2011
A very good site with compilation of some of the best and most interesting questions from C – programming language.
Reviews to be added later.
Posted in C Programs, Tips & Tricks | Tagged: c for beginners, programming, quiz, Tips & Tricks | Leave a Comment »
Posted by Goutam Mandal on December 22, 2010
via The Indexer
Posted in Uncategorized | 1 Comment »
Posted by Goutam Mandal on November 15, 2010
This is a list of some simple programs written in C after “Hello World”. It consists of programs like reversing a number, swapping variables, adding the sum of digits of a number, displaying the ASCII code of a character, Temperature Conversion etc. These can serve as first steps for a student new to C/programming. Any kind of doubt / query is most welcomed.
Posted in C Programs, Tutorials | Tagged: ascii conversion, c for beginners, C++, ceiling, fahrenheit to celsius, flooring, programming, reversing a number, sum of digits, swapping | Leave a Comment »
Posted by Goutam Mandal on August 3, 2010
Many of us have broadband plans with limited free usage per month which makes it mandatory for us to check our usage regularly or else we may exceed our free usage limit and end up with huge bill at the end of the month. Earlier usage could be checked at bbservice.bsnl.in and www.dataone.in. But now BSNL has undergone some reforms and have changed the things the way it used to work earlier. Now your entire landline can be managed online.
So here are two methods for checking your Broadband Usage. But keep in mind that these are not real time data as it takes around 12-48 hours for BSNL servers to update your usage statistics.
Read the rest of this entry »
Posted in Tutorials | Tagged: bsnl broadband sms, bsnl broadband usage, bsnl selfcare | 7 Comments »
Posted by Goutam Mandal on January 4, 2010
It did so happen that few days back that one of my friends came to my house along with a nice video in his pen drive on how magic is done. We watched it together and it was awesome. But after it was over, I wanted to keep a copy of that video so that I could watch it later but he did not let me do so. Now it was really horrible that after watching a 2 hour long video on my computer he did not allow me to keep it. So I thought of doing something so that next time he comes, I could copy everything from his pen drive without giving him a hint of what I am doing.
Note : This process should not be adopted to steal sensitve and/or confidential data without the prior notice of its owner. Read disclaimer before proceeding.
So basically the whole thing should be done with a key stroke or with a combination of few keys and neither anything should be appearing on the screen nor any notification should be displayed. As for the copying part, it could be easily done with a batch file. But the main problem was how to run that file in the background as a process so that nothing comes up on the screen. This was accomplished by using a Visual Basic Script (VBS). However the whole thing could be done by using the vbs file only, but I always like those .bat files
.
Posted in Tips & Tricks | Tagged: background, batch, copy, pen drive, stealth, vbs | 21 Comments »