Forum: Java Jul 21st, 2009 |
| Replies: 3 Views: 214 Hello,
you can get the pattern by using "if and else" in the loop. Since it is not a continuous pattern so doing this throw a loop is not simple task... |
Forum: Oracle Apr 9th, 2009 |
| Replies: 8 Views: 2,751 check scott is unlock or not ............
& for system ...........
did you change the password at the time of installation or not....... |
Forum: C Dec 12th, 2008 |
| Replies: 5 Views: 710 It's above the Enter key on your keyboard with '\' symbol..................... |
Forum: C++ Nov 30th, 2008 |
| Replies: 6 Views: 550 ya u can see all by just putting them in to your simple program and check the result................... |
Forum: Viruses, Spyware and other Nasties Nov 30th, 2008 |
| Replies: 10 Views: 1,205 No, I'm not in any domain.................. |
Forum: Viruses, Spyware and other Nasties Nov 30th, 2008 |
| Replies: 10 Views: 1,205 There's another problem..................
when I'm scanning it found infected one & deleted them..................
then system is able to show files...............................
but as I open a... |
Forum: Viruses, Spyware and other Nasties Nov 30th, 2008 |
| Replies: 10 Views: 1,205 It's pro...................... |
Forum: Viruses, Spyware and other Nasties Nov 29th, 2008 |
| Replies: 10 Views: 1,205 Hello sir,
Thanks for replying.
I've done all the process & there is 6 file found infected & I delete them. But the problem still same so if there is another solution then please tell me........... |
Forum: Viruses, Spyware and other Nasties Nov 28th, 2008 |
| Replies: 10 Views: 1,205 Hello,
I'm using window XP,
there is a problem, that It doesn't show hidden files & folders,
when I made a change in folder option menu It apply but it doesn't show the hidden one & as I close the... |
Forum: C Nov 20th, 2008 |
| Replies: 6 Views: 641 since you declare x as an integer so system allocate 2 byte for this variable & when u give input as character it converts into an integer through ASCII value & print that one............. |
Forum: C Nov 18th, 2008 |
| Replies: 6 Views: 591 #include<stdio.h>
#include<string.h>
#define size 25
void main()
{
char strsrc[size];
char strtmp[size];
clrscr(); |
Forum: C Aug 13th, 2008 |
| Replies: 6 Views: 614 2) This is an L-value error that u have to put a reference that have a legal address at the left side of assignment operator at the equal sign.......... |
Forum: C Aug 13th, 2008 |
| Replies: 6 Views: 784 u can see ur result by pressing ctrl+f5 or u can see ur result by adding a simple "getch();"
in ur code........................... |