Programming Code Interview Questions
Questions Answers Views Company eMail

Why we use J2ME?

1 3192

In java, why do we set thread priority, when we know that there is no guarantee by which a thread should be execute?

Google, Microsoft,

2058

why is printf("%d %d %d",i++,--i,i--);

Apple, Cynity, TCS,

4 5027

Sir... please give some important coding questions asked by product companies..

1788

1+(2*3)+(4*5*6)+(7*8*9*10)+... specified input value

MAQ,

1 2676

Write a Program in 'C' To Insert a Unique Number Only. (Hint: Just Like a Primary Key Numbers In Database.) Please Some One Suggest Me a Better Solution for This question ??

Home,

1766

Write a program using one dimensional array to assign values and then display it on the screen. Use the formula a[i]=i*10 to assign value to an element.

Samar State University,

1 2563

Write a program that produces these three columns sequence nos. using loop statement Sequence nos. Squared Squared + 5 1 1 6 2 4 9 3 9 14 4 16 21 5 25 30

GoDB,

1 2837

4. Main() { Int i=3,j=2,c=0,m; m=i&&j||c&I; printf(ā€œ%d%d%d%dā€,I,j,c,m); }

Broadridge,

2 6255

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

5286

All the combinations of prime numbers whose sum gives 32

HHH,

1 2730

A program that will create a movie seat reservation. The program will display the summary seats and its status. The user will be ask what seat no. to be reserved, then it will go back again to the summary to display the updated seat status. If the seat no. is already reserved then it will prompt an error message. And also if the input seat no is out of range then it will also prompt an error message. The program is continuously running. Termination of the program will depends on how the programmer will apply. Sample output: Movie Seats Reservation Summary of Seats: Seat 1: Available Seat 2: Available Seat 3: Available Seat 4: Available Seat 5: Available Enter seat no. (Press 0 to terminate Or the assigned seat capacity) : 1 Movie Seats Reservation Summary of Seats: Seat 1: Reserve Seat 2: Available Seat 3: Available Seat 4: Available Seat 5: Available Enter seat no. (Press 0 to terminate Or the assigned seat capacity) : 6 The Seat no. is out of range! Movie Seats Reservation Summary of Seats: Seat 1: Reserve Seat 2: Available Seat 3: Available Seat 4: Available Seat 5: Available Enter seat no. (Press 0 to terminate Or the assigned seat capacity) : 1 The Seat no. is already reserved! Movie Seats Reservation Summary of Seats: Seat 1: Reserve Seat 2: Available Seat 3: Available Seat 4: Available Seat 5: Available Enter seat no. (Press 0 to terminate Or the assigned seat capacity) : 0 GoodBye... Thank You!!!

1829

What is full form of PEPSI

1852

#include int main() { int x=2,y; y=++x*x++*++x; printf("%d",y); } Output for this program is 64. can you explain how this output is come??

1 4099

Cau u say the output....?

1 2203


Un-Answered Questions { Programming Code }

Write a (n) algorithm that sorts n distinct integers, ranging in size between 1 and kn inclusive, where k is a constant positive integer. (Hint: Use a kn-element array.)

4433


Dear sirs, Hi, I would like to inform you that I want to perform a project using MLP neural network to recognize binary images containing three types of geometric shapes such as squares,rectangels and circles. Furthermore,each image includes only one geometric type. The output of network would be: '1' if the network detects square shape. '2' if the network detects rectangle shape. '3' if the network detects circle shape. '4' if none of these shapes detected. Would you please send me a matlab source code for this project? Your prompt reply would be so appreciated. regards,

1728


create a .dll component operation and use created component in another project. required methods events and properties. connect, add,search,data report

2086


Common UI for Multiple web applications. Suppose there are 35 websites using same third party controls.These 3rd party controls are made together that all 35 websites can use these controls.If we put all 3rd party controls and use its dll in 35 websites,only class files will be accessable. But I want to use CSS,images also in all 35 websites. how I can design the N-tier solution for this project.

2242


How to Check if File Exists?

516






How to swap two ASCII numbers?

2433


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

2372


write a program that prompt the user to enter his height and weight,then calculate the body mass index and show the algorithm used

4294


What is the functionality of FindWindow?

559


Write a Program to find the reverse of a given number.

482


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

3211


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

5286


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

16565


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)

2922


Hi, i have a project that the teacher want a pyramid of numbers in C# or java...when we click a button...the pyramid should be generated in a listbox/or JtextArea...and the pyramid should have the folowing form: 1 232 34543 4567654 567898765 67890109876 7890123210987 890123454321098 90123456765432109 0123456789876543210 Plz help with codes...didn't find anything on the net.

2667