Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?
2054Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.
2038Q2. A memory location has physical address D5687h. Compute: a. The offset address if the segment number is D445h. b. The segment number if the offset address is B577h.
2161how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out
1972Write 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".
2459i want to improve my english vocab for racking campus written exam plz tell me best book for prepration......
2213if 3 duplicate records, by keeping one original and one duplicate record, and how to delete remaining 2 duplicates in sql server 2008
2216could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks
2207Post New Programming Languages AllOther Questions
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile
What is the Difference between in memory database and physical database
< No Frames > tag is used for
What's the difference b/w Table & Templete in Smartform?
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?
Define distributed queries. can you explain me as soon as possible
What is %Type,%Rowtype?
5. How do you round the addition or subtraction of two numbers in assembler?
Explain three modes in which files can be accessed from python program
WHAT IS MAIN IMPORTANT THING IN SOFTWARE?
how many types of operating system are avaliable?
what is integration testing in real time applications?
How does the type system works when there is interoperability between a COM and .Net, i mean what exactly happens there
Definition of Singleton Class? what is the Purpose of it? what is the advantage?