What is the diffences between Windows XP and Windows Visa
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 |
How old is c programming language?
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
Example of friendly function in c++
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What is the use of extern in c?
What does a run-time "null pointer assignment" error mean?
c program to compute AREA under integral
Are pointers really faster than arrays?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What the advantages of using Unions?
What are the various types of control structures in programming?
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }