Code Snippets Interview Questions
Questions Answers Views Company eMail

hello friends, given an expression we have to remove the unwanted brackets in that expression. Eg : (a+b) ---> a+b (a+b)*(c)-----> (a+b)*c. Please mail me if you know the logic. My mail id is : saravana6m@gmail.com. Thank you in advance :-)

GrapeCity, Microsoft,

1 7768

In the Design view in Visual Studio 2005 of an ASP.NET web page, what is the easiest way to create an event handler for the default event of an ASP.NET server control?

1 4808

What do you create for easier access of data?

NIIT,

3 5018

How to pass multiple rows from one gridview to another gridview after clicking the checkbox.

Satyam,

1 7619

program to find the magic square using array

1 13817


program to find magic aquare using array

HCL,

4 7305

What are segment and offset addresses?

Infosys,

2 11801

how to write a program that opens a file and display in reverse order?

SMC,

2673

Can you send Code for Run Length Encoding Of BMP Image in C Language in linux(i.e Compression and Decompression) ?

Honeywell,

3972

can we pass variable in array to traverse it?

2039

program that will accept any name and will be stored in an array

2 4175

using repetition structure. Write a c program that will accept five numbers. The program should count and output the total count of even numbers and total count of add numbers.

2 9436

write a c program, using for loop, that accepts and odds two numbers. The output must be the sum and the addens. This should be repeated 5 times while the first number is decremented by one and the second number is incremented by 1.

IBM, Infosys,

2 8311

can any body give me answer to this question please? please give me code in cl with the folling specifications. 1.Accept 2 parameters-date and date type 2.If date type is J then convert date to *MDY format 3.If date type is M convert date to *JUL format 4. Send a program message with the value of converted date? Please give me the answer.Because im practicing in my house.Im taking trining on AS/400.

1969


Un-Answered Questions { Code Snippets }

develop a program to calculate and print body mass index for 200 employees

2311


write a program that creates a sequenced array of numbers starting with 1 and alternately add 1 and then 2 to create the text number in the series , as shown below. 1,33,4,6,7,9,............147,148,150 Then , using a binary search , searches the array 100 times using randomly generated targets in the range of 1 to 150

3369


advance the focus to next consecutive fields when Enter Key is pressed

1900


How to Link Different Data Sources Together?

1886


Question 1: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date. *This Should Be Done IN C++

668






code to Hide and Show form controls

1898


Performance Algorithm A performs 10n2 basic operations and algorithm B performs 300 lg n basic operations. For what value of n does algorithm B start to show its better performance?

7468


What is the best way to make wordpress plugin

2784


write a program that reverses the input number of n.Formulate an equation to come up with the answer.

7174


How can you relate the function with the structure? Explain with an appropriate example.

3031


How can restrict user to type upto 8 characters in textbox in php?

1640


I have multiple datasets and I have to search a particular string in all of them at a single time. Please suggest a full jcl or rexx tool for it.

773


Code for Creating a Form Using PlaceHolder Controls?

2444


What is CDATA?

411


Write a python program to check if a string is a palindrome or not?

581