The differences between Windows XP and Windows Visa
Answer Posted / jeneen johnrose
1)Winndows XP is a user friendly environment where as vista
is not a user friendly environment
2)In windows XP lots of software is supported where as in
vista not many software is supported
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
what is the structure pointer?
How do you determine a file’s attributes?
How can a program be made to print the name of a source file where an error occurs?
What are directives in c?
Describe the difference between = and == symbols in c programming?
Is fortran faster than c?
What is pointer & why it is used?
When is a “switch” statement preferable over an “if” statement?
What is the difference between array and linked list in c?
What is data types?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
Explain the difference between call by value and call by reference in c language?
What is the use of typedef in structure in c?
What is default value of global variable in c?