The differences between Windows XP and Windows Visa

Answer Posted / sarma

how dare to ask this question? do ever know the way to ask
question? i wanna tell you onething it is not windows visa
rather it is windows vista. mind it.........................

Is This Answer Correct ?    2 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

1595


What is the difference between the = symbol and == symbol?

630


How many keywords (reserve words) are in c?

622


What is variable and explain rules to declare variable in c?

556


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

647






#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

784


Why do we use stdio h and conio h?

639


Write a program to check whether a number is prime or not using c?

577


What is the use of bitwise operator?

693


Explain how do you determine whether to use a stream function or a low-level function?

631


What are loops c?

616


Is javascript written in c?

585


What is the use of putchar function?

652


How do you view the path?

671


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

1769