Answer Posted / amardeep
45
Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
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.)
5.Call by value and Call by reference with program?
iam confused among testing ,.net and java. can anybody help me.
the systematic access of small computers in a distributed data processing system is referred as?
what is meant by life cycle of a business
I am taking the bmc control m/enterprise manager 7.0 scheduling test and just wanted to see what kind of questions they would ask or if anyone has taken the test and how long it is for how many questions?
Explain the types of operations? Draw the figure for shift and rotate operations?
Explain polymorphism. Provide an example.
in a VB application, where the data will be stored after manipulation? what is the syntax for that?
1. How many jobs can we write in a single file? 2. How many maximum members can exist in a single partition data set(pds) in jcl?
Can we write a method in JSP.If so how?
kindly send interview materials
When will you use shell script/Perl ahead of C/C++?
Hi can you please help for the following. I have a ASP.Net web page I want to print the whole page how is it possible? I want It in ASP also.Please send me the solutions dipankar.hazari@gmail.com . Thanks in advance.
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?