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 |
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Derive the complexity expression for AVL tree?
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
What are linker error?
What ios diff. Between %e & %f?
What are structural members?
why should i select you?
What does main () mean in c?
An entire structure variable can be assigned to another structure variable if __________
3 Answers Sasken, TCS, Tech Mahindra, Wipro,
how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?