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 |
i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement
Explain what is the benefit of using const for declaring constants?
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
How do I round numbers?
Write the syntax and purpose of a switch statement in C.
#include<stdio.h> main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d\n”, ++*I); Printf(“%d\n”, *++I); Printf(“%d\n”, (*I)--); Printf(“%d\n”, *I); } what is the o/p a. 101,200,200,199 b. 200,201,201,100 c. 101,200,199,199 d. 200,300,200,100
What is the difference between printf and scanf )?
What is the use of define in c?
Can we compile a program without main() function?
what are bps & baud rates? differentiate these two?
c program to add and delete an element from circular queue using array
what are the general concepts of c and c++