how to swap all the values without using temporary variable. tha values r a = 20, x=60 and p=2.
5 8872Question:Why is mapping required? Computer 'Paging' & 'Segmentation'. Question:Give the disadvantages of Havander's Strategies. Question: What do you mean by Belady's Anomaly. - Describe with example. Question: Discuss the various function of OS. Question: Give a brief discussion on schedulers & Dispatchers with respect to process management.
1973How should a programmer decide whether to use a macro or a subroutine to accomplish a given logical function
1 10393Post New Programming Languages AllOther Questions
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
What sysoption determines where the macro facility searches a specific catalog for complied macro?
what is the difference between uservariables and systemvariables (in Environmental variables)???
How to change the color of a cell or a row in a datagrid on mouse hover using javascript/.net
shall we execute our java programmes in jre
details description on this mantis? who is founder of this mantis?
how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe
Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?
what is the use MDM(Master Data Management)and meaning
How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?
How to get the index of the clicked field in reports in ABAP?
What is WEB 3.0? What are the features their in WEB3.0
As per interoperatbility programs written in one language can be used by other language. How can we restrict the features of one language (say C#) in the programmer written in another language (say VB)..for example we have some features like operator overloading which is possible C#.NET (not in VB.NET), how can we restrict that when we are using this code in VB.NET.