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 4397

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 6638

how exactly is the lngColour used?

1793

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.

2109

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

1 3392

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

2 4835

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 14276

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 5855

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

Microsoft,

2 8369


Un-Answered Questions { Programming Code }

Is there any static classes are in java give some examples

1676


What is the functionality of EnumWindows?

536


What is Generic" J2ME architecture?

1848


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.

3991


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

5324






i have a gird with columns all are coming from database,this will bind in item templete in gridview as textboxex.and i have button below named Update.i want to update all the records in the grid,but if user change the value of one textbox,what is the easy way 2 do this

2147


What is the functionality of FindWindow?

560


Design an implement of the inputs functions for event mode

2966


can you please write a program for deadlock that can detect deadlock and to prevent deadlock.

2746


How to create Date method to set the date in Ms Access

1854


write a c program which takes 20 numbers in an array as input from user and rearrange them in two different array defining even or odd

2600


write a program using 2 D that searches a number and display the number of items 12 inputs values input 15,20, 13, 30, 38, 40,16, 18, 20 ,18 ,20 enter no. to search : 20

3368


How to find the list of users who have two codes su01 and pfcg? thank in advance all.

1697


1.Why does only one copy of a servlet object get created? What happens if you want to remove an old servlet object currently running but do not want to stop the entire servlet engine? 2.How does one servlet object deal with interactions from many browser? (e.g. if your servlet ran an email site, how can it keep track of hundreds of users logging in, reading their mail, etc.)

2380


write a function that reverse the elements of an array in place.The function must accept only one pointer value and return void.

3956