What is the diffences between Windows XP and Windows Visa
Answer Posted / shruti_kamthe
XP - works on 32 bit processor
Vista or Longhorn - 64 bit (recommended) for good
performance
Vista has a better GUI (Graphic User Interface) compared to
XP.
searches are more indexed than in XP.
--thats all i can remember for this moment.. hope it helps..
Regards,
Shruti
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How do we declare variables in c?
What is union and structure in c?
Can math operations be performed on a void pointer?
What are bitwise shift operators in c programming?
How do you view the path?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
What is unary operator?
What is action and transformation in spark?
Explain the difference between strcpy() and memcpy() function?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
What is the function of multilevel pointer in c?
What is a loop?
What are dangling pointers in c?
find out largest elemant of diagonalmatrix
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.