The differences between Windows XP and Windows Visa
Answer Posted / ravi
windows vista is new version of windows which has additional
features which are not available in windowsXP.
New packages have been added which supports many softwares.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
When was c language developed?
write a program to concatenation the string using switch case?
Can main () be called recursively?
What is volatile variable in c with example?
What is use of #include in c?
Are the variables argc and argv are always local to main?
What are bitwise shift operators in c programming?
Which is an example of a structural homology?
Explain 'bus error'?
What is register variable in c language?
How do you redirect a standard stream?
What are the similarities between c and c++?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
c program for searching a student details among 10 student details
What are void pointers in c?