Programming Code Interview Questions
Questions Answers Views Company eMail

How do you write a program which produces its own source code as its output?

7 16444

how to check whether a linked list is circular.

Microsoft,

11 59573

Write out a function that prints out all the permutations of a string. For example, abc would give you abc, acb, bac, bca, cab, cba. You can assume that all the characters will be unique.

IITR, Microsoft, Nike,

5 20998

Write a prog to accept a given string in any order and flash error if any of the character is different. For example : If abc is the input then abc, bca, cba, cab bac are acceptable, but aac or bcd are unacceptable.

Amazon, Microsoft,

5 13387

How to add checkbox to datagrid?

5 14697

Program to find the largest sum of contiguous integers in the array. O(n)

11 36279

HOw to Build a Nested GridView Control with ASP.NET?

2 13836

how can we close a web page in asp.net without using jscript?

4 26315

what is the best algorithm to sort out unique words from a list of more than 10 million words(1 crore+)? we need the best technique in the terms of execution time.

TCS,

9 17198

How to Create a Treeview Menu in ASP.NET with C#?

1 12542

How to use ASP.NET 2.0's TreeView to Display Hierarchical Data?

1 6285

Automatically Hyperlink URLs and E-Mail Addresses in ASP.NET Pages with C#

1 4774

Event Handling in C# Triggering a Button

1 6052

Give the code for Handling Mouse Events?

1869

Code for Reading and writing from a file in c#?

1 3878


Un-Answered Questions { Programming Code }

Create a program to read two random data set in two files named data1.txt and data2.txt manifold contains integer numbers, whereas data2.txt file contains the float type numbers. Simpanlahmasing each into 2 pieces of data that is an array of type integer array and an array of type float, then calculate the average numbers in the second array.

2134


Code for Using Keyboard Events?

2120


Write a function which accepts list of nouns as input parameter and return the same list in the plural form. Conditions: i) if last letter is r then append s ii) if word ends with y then replace it by ies iii) call this function in main() and produce the required output. for eg:- if chair is input it should give chairs as output.

3981


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

2201


write a program to calculate the amount of investment after a period n years if the principal investors was p and interest is calculated using compound interest,formular=a=p(1+r)^n

2357






Hi, I want the code to fetch multiple rows in REXX using RLX and CURSOR. Can anyone help me?

2034


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

3835


How do you verify if the two sentences/phrases input is an anagram using predefined functions in string.h and by using arrays?

2006


why do you use macros? Explain a situation where you had to incorporate macros in your proc report? use a simple instream data example with code ?

2248


What output does the following code generate? Why? What output does it generate if you make A::Foo() a pure virtual function? class A { A() { this->Foo(); } virtual void Foo() { cout << "A::Foo()" << endl; } }; class B : public A { B() { this->Foo(); } virtual void Foo() { cout << "A::Foo()" << endl; } }; int main(int, char**) { A objectA; B objectB; return 0; }

629


How can I Draw an ellipse in 3d space and color it by using graph3d?

2117


Code for Presenting Parent/Child Data in a Data Grid Row?

2098


write a simple calculator c program to perform addition, subtraction, mul and div.

3126


how to track links visited in google using iframes

2268


How many digit have a Polaris 1995 300c.c. 2x4 nad how many have a Polaris 2007 300 c.c 2x4? And what site I can check this information???

2229