Computer practical exam

Ok, now all of my practical (board) exams are over. The computer exam was damn easy. I was asked to write a program to check whether a number is palindrome or not in C++ . Did that in minutes :)

But there was a small problem. The program wouldn't just work when you input numbers starting with 0, say 0112110. That happened because the stupid C++ thinks that numbers beginning with 0s are HEX values. I hate C++ :(

Anyway, the overall exam was easy and I hope to get 97% to 99% :)

Now the big ones are coming, my theory exams. I'm scared. March 09th is just 9 days away! :(
Posted by Computers   www
on October 1, 2006, 12:04 am
Posted by Remote Support Software   www
on November 3, 2007, 10:05 am
Remote Support Software - http://www.4remotesupport.com - Remote Support Software

PC Remote Support - http://www.4remotesupport.com - PC Remote Support

( Reply to this comment )
Posted by Chantix   www
on May 9, 2007, 6:13 am
Stop smoking solution

Did you hear about this new stop smoking medication? http://www.chantixsite.com

Chantix is available by prescription only. It is different from other products on the market because it works to specifically stop nicotine addiction in the brain. http://www.chantixsite.com Like other products, though, counseling or some form of support is recommended in addition to taking this medication. Any drug regardless of how good it is will produce some withdrawal symptoms and this is where support from friends, family and co-workers comes in.http://www.chantixsite.com find a support group before you start taking the drug and watch out for any side effects

( Reply to this comment )
Posted by forum   www
on June 12, 2007, 9:55 pm
Posted by chat   www
on June 12, 2007, 9:57 pm
Posted by blog   www
on June 12, 2007, 9:58 pm
Posted by autoteile   www
on June 12, 2007, 10:04 pm
autoteile

( Reply to this comment )
Posted by tuning   www
on June 12, 2007, 10:05 pm
Posted by autoversicherung   www
on June 12, 2007, 10:06 pm
autoversicherung

( Reply to this comment )
Posted by literatur   www
on June 12, 2007, 10:07 pm
literatur

( Reply to this comment )
Posted by Just around  
on September 2, 2007, 3:39 pm
#include <iostream.h>
// You may need to change the following line
// to #include <cstring.h>
#include <string.h>

int palindrome (string s)
{
// This variable tells whether the
// word is a palindrome. It is 1
// by default.
int is_pal = 1;
int counter; // Loop counter
int len = s.length(); // Length of string

for (counter=0; counter<len; counter++)
if (s[counter] != s[len - counter])
is_pal = 0;

return is_pal;
}

void main ()
{
cout << "Applying palindrome function:" << endl;
cout << "LEVEL : " << palindrome("LEVEL";) << endl;
cout << "radar : " << palindrome("radar";) << endl;
cout << "Level : " << palindrome("Lever";) << endl;
cout << "lever : " << palindrome("lever";) << endl;
}



( Reply to this comment )
Posted by hydrocodone   www
on October 5, 2007, 2:28 pm
Posted by Davis Rivan   www
on October 13, 2007, 11:07 pm
exam mostdie. test rulez
thanks for article

( Reply to this comment )
Posted by Support   www
on November 3, 2007, 10:09 am
Http://www.4remotesupport.com/ -
There are so many reasons why tech groups and support companies need software that enables their technicians to access user desktop from remote locations. With the global economy and globalization in the work force, today's tech support and help desks need a reach far beyond that of the standard corporate front doors.
http://www.4remotesupport.com

http://bloglines.com/blog/puppet/ - http://remotesupportpc.blogspot.com - http://tech-support.50webs.com

remote support software, remote, support, software, pc, desktop, computer, online, internet, web-based, assistance, solution, Internet-based, access,control


( Reply to this comment )
Posted by güzel sözler   www
on December 25, 2007, 2:06 am
Posted by film indir   www
on January 17, 2008, 4:11 am
thanks a lot

( Reply to this comment )
Posted by edong   www
on January 24, 2008, 8:57 pm
Nice job on that exam.

( Reply to this comment )
Posted by Buy Valtrex Online   www
on May 15, 2008, 6:59 am
Valaciclovir (INN) or valacyclovir (USAN) is an antiviral drug used in the management of herpes simplex and herpes zoster (shingles). It is a prodrug, being converted in vivo to aciclovir. It is marketed by GlaxoSmithKline under the trade name Valtrex. More info here http://www.valtrexsite.com

( Reply to this comment )
Posted by jone   www
on June 7, 2008, 9:09 am
its really time to quite now. Smoking should be stopped. Its have a very bad effect on human body. I can suggest a use full thing to those who are willing to quite smoking, use chantix,its one of the best medicine available in market.for more information please go to http://www.chantixhome.com.

( Reply to this comment )
Posted by youtube   www
on June 29, 2008, 3:26 pm
Thank you for sharing such a great story.

( Reply to this comment )
Posted by costume jewelry   www
on November 13, 2008, 2:21 am
Good site, it is useful, thanks
http://www.56jewelry.com/


( Reply to this comment )
Posted by seslichat   www
on December 28, 2008, 6:05 am