Programming Code Interview Questions
Questions Answers Views Company eMail

Why we use J2ME?

1 3415

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,

2424

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

Apple, Cynity, TCS,

4 5650

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

2037

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

MAQ,

1 2984

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,

2149

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 2952

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 3203

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 6724

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

5912

All the combinations of prime numbers whose sum gives 32

HHH,

1 3047

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

2084

What is full form of PEPSI

2134

#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 4580

Cau u say the output....?

1 2581


Un-Answered Questions { Programming Code }

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

4603


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

2418


write a program that reads a series of strings and prints only those strings begging with letter "b"

2881


write a function to give demostrate the functionality of 3d in 1d. function prototye: change(int value,int indexX,int indexY,int indexZ, int [] 1dArray); value=what is the date; indexX=x-asix indexY=y-axis indexZ=z-axis and 1dArray=in which and where the value is stored??

4402


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.

4209


Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.

4774


Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange

3084


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

2019


What is the functionality of GetWindowTextLength?

603


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

647


How can I Draw an ellipse in 3d space and color it by using graph3d?

2329


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

1831


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

1838


Write a routine to implement the polymarker function

4595


can any body give me answer to this question please? please give me code in cl with the folling specifications. 1.Accept 2 parameters-date and date type 2.If date type is J then convert date to *MDY format 3.If date type is M convert date to *JUL format 4. Send a program message with the value of converted date? Please give me the answer.Because im practicing in my house.Im taking trining on AS/400.

2023