Programming Code Interview Questions
Questions Answers Views Company eMail

wap to input a natural number less than and display it in words. test your program on the sample data and some random data sample input= 29 sample output= Twenty nine sample input=17001 sample output= out of range sample input=119 sample output =one hundred and nineteen sample input=500 sample output=five hundred

1 4759

design a class car having variables model, yr_of_manufacture, owner,reg_no. Design methods for assigning the values, Printing the values( you decide gui,control, any other methods if require)

1983

where is assembly are store

C DAC,

5 8550

void main() { int i,j=2; for(i=0;i<3;i++) if(j=i) cout<<"Lotus "; else cout<<"Rose "; } Its result is Rose Lotus Lotus.. How? Explain it?

2 7164

how exactly is the lngColour used?

1978

I need your help, i need a Turbo C code for this problem.. hope u'll help me guys.? Your program will have a 3x3 array. The user will input the sum of each row and each column. Then the user will input 3 values and store them anywhere, or any location or index, temporarily in the array. Your program will supply the remaining six (6) values and determine the exact location of each value in the array. Example: Input: Sum of row 1: 6 Sum of row 2: 15 Sum of row 3: 24 Sum of column 1: 12 Sum of column 2: 15 Sum of column 3: 18 Value 1: 3 Value 2: 5 Value 3: 6 Output: Sum of Row 1 2 3 6 4 5 6 15 7 8 9 24 Sum of Column 12 15 18 Note: Your program will not necessary sort the walues in the array Thanks..

3059

Design a timer circuit using VHDL which has the following: input : start_timer(ST) output: long_time(LT) short_time(ST) when the timer is triggered by the ST(either 0 or 1) signal the timer should generate two timing signals accordingly.While the long time is going ON the other should be OFF and vice versa.

2262

How can we write an algorithm for show max and min from two integer inputs ? without using if() , without any functions ...

1 3712

how to find reverse of string without string funtion of java.

2 5270

How to swap two ASCII numbers?

2711

C program to print magic square of order n where n > 3 and n is odd

Accenture,

2 15391

Write a program to convert a decimal number to binary form?

Oracle,

1 6151

Find the maximum product of three numbers in an array? Eg. 9,5,1,2,3 Max product= 9*5*3= 135 The array can hav negative numbers also..

CTS,

7 22614

write a program to find out roots of quadratic equation "x=-b+-(b^2-4ac0^-1/2/2a"

2 6391

How can i find first 5 natural Numbers without using any loop in c language????????

Microsoft,

2 8835


Un-Answered Questions { Programming Code }

Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

2316


Code for Searching for Multiple Matches with the MatchCollection Class?

3224


How to get Filename from Path?

538


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

2303


ArrayList declaration in .net

2989


how to test pierrot divisor

2506


write a java program to create a Frame with three scrolls, change the back ground color of the frame using functions with values of scrolls.

4427


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.

2405


write a program to convert temperature from fa height into celcius and vise versa,use modular programming

2734


Beautiful is for 012345678 9 and a code for similar word containing the same alphabets

5944


i don't know about working of nested for loop can any one help me

2056


write a program to input a natural number less than and display it in words.test your program on the sample data and some random data sample input= 29 sample output= Twenty nine sample input=17001 sample output= out of range sample input=119 sample output =one hundred and nineteen sample input=500 sample output=five hundred

3904


Coding for .NET Delegates?

2318


Write a Program to find the sum of digits of a given number until the sum becomes a single digit.

681


write a program that can LOCATE and INSERT elements in array using c++ programming languages.

3740