Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.
What is Meaning of Windows Application & the use of Windows Applications? with Description.
Diff between IF and where ?
can we allocate memory for interface? if no then why?
why we use abstract word in abstract window toolkit in java language.
it is a language or tools?
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".
There is a table which contains all the employee details, unfortunately there is mistake occured while entering the data. ex: ------------------------------- empid empname gender address ------------------------------- 1 abcd f address1 2 defg m address2 3 ghth m address3 4 jkil f address4 write a update query that will change gender 'm' to 'f' and 'f' to 'm'
What do you understand by modular programming?
What is the difference between in-proc and out-of-proc?
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
WHAT IS MAIN IMPORTANT THING IN SOFTWARE?
What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?