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 4396

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)

1834

where is assembly are store

C DAC,

5 7744

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 6636

how exactly is the lngColour used?

1792

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..

2809

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.

2107

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

1 3388

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

2 4831

How to swap two ASCII numbers?

2449

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

Accenture,

2 14275

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

Oracle,

1 5750

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 21646

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

2 5853

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

Microsoft,

2 8369


Un-Answered Questions { Programming Code }

How to Bind Nested XML to a Repeater Control with Container.DataItem?

3221


how to test pierrot divisor

2264


Write a Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

509


c# code to Count number of 1's in a given range of integer (0 to n)

4301


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

3464






how to insert fname,lname,designation values into database while click on the submit button using windows authentication mode?

2199


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

2213


3. Program to find the Sum of give series. a. (1)+(1+2)+(1+2+3)+(1+2+3+4)+……………………………….. b. 1/1+1/9+1/25+1/49+……………...

4351


In a gymnastic competition, scoring is based on the average of all scores given by the judges excluding the maximum and minimum scores. Let the user input the number of judges, after that, input the scores from the judges. Output the average score. Note: In case, more than two judges give the same score and it happens that score is the maximum or minimum then just eliminate two scores. For example, if the number of judges is 5 and all of them give 10 points each. Then the maximum and minimum score is 10. So the computation would be 10+10+10, this time. The output should be 10 because 30/3 is 10.

2389


how to test the orientation of the layout in android.to note any changes in the ui design when change orientation

2517


1+1/2!+1/3!+...+1/n!

1945


Write a Program to find whether the given number is a Armstrong number.

531


Write a code snippet to display an integer in a binary format?

493


Write code to make an object work like a 2-d array?

480


how to track links visited in google using iframes

2285