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 4374

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)

1830

where is assembly are store

C DAC,

5 7692

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 6611

how exactly is the lngColour used?

1784

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

2801

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.

2094

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

1 3367

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

2 4813

How to swap two ASCII numbers?

2436

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

Accenture,

2 14241

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

Oracle,

1 5730

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 21592

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

2 5823

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

Microsoft,

2 8347


Un-Answered Questions { Programming Code }

Cluster head selection in Wireless Sensor Network using C programming language.

3099


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

2207


How to Get File Extension?

500


an on-line examination application using html jsp servlet and jdbc. including session management and cookies

4463


How we work on N tire architecture in asp.net Please give me Examle...

16569






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)

1830


can any one give me code to keyed a flat file and used chain in RPGLE to search any item

1700


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

2592


solve the problem in the programming language C++"if a five digit number is input through the keyboard.Write a program to calculate the sum of its digits(hint: use the modulus operator)

2923


write a c program to input initial & final time in the format hh:mm and find the time intervel between them? Ex inputs are initial 06:30 final 00:05 and 23:22 final 22.30

2217


what mean void creat_object?in public class in this code class A{ public: int x; A(){ cout << endl<< "Constructor A";} ~A(){ cout << endl<< "Destructor A, x is\t"<< x;} }; void create_object(); void main() { A a; a.x=10; { A c; c.x=20; } create_object(); } void create_object() { A b; b.x=30; }

2056


how to create a 3x3 two dimensional array that will give you the sums on the left and bottom columns

3117


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

2233


Can we change the validator-rules.xml for our own validations in struts??

2336


What is the functionality of GetWindowTextLength?

593