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 |
What is variable in c with example?
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
Explain what does the function toupper() do?
What is the difference between array_name and &array_name?
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,
who is the founder of c
19 Answers College School Exams Tests, HP,
Can u return two values using return keyword? If yes, how? If no, why?
Explain how can I manipulate strings of multibyte characters?
how to connect oracle in C/C++.
What is this infamous null pointer, anyway?
Linked lists -- can you tell me how to check whether a linked list is circular?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.