Programming Code Interview Questions
Questions Answers Views Company eMail

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

Jomo Kenyatta University,

4633

write a program that calculate the volume of cylinder after user enters radius and height and show the algorithm used

Jomo Kenyatta University,

1 10112

write a program to calculate the radius for a quadratic equation use modular programming(function abitraction)hint use quadratic function

ICAN, Jomo Kenyatta University,

1 4387

write a program to convert temperature from fa height into celcius and vise versa,use modular programming

Jomo Kenyatta University,

2734

write a program to calculate the amount of investment after a period n years if the principal investors was p and interest is calculated using compound interest,formular=a=p(1+r)^n

Jomo Kenyatta University,

2622

program for check the given number is prime or not in VB.net

2844

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)

3188

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

2861

code inside filter to restrict users to access a servlet component .

NIIT,

1 3813

does anyone know the code to display a triangle using a applet?

1 4138

which function is used to clear the buffer stream on gcc? for example: I wrote following code on gcc #include int main(void) { char ch; int a,b; printf("\nenter two numbers:\t"); scanf("%d%d",&a,&b); printf("enter number is %d and %d",a,b); printf("\nentercharacter:\t"); scanf("%c",&ch); printf("enter character is %c",ch); return 0; } in above progarm ch could not be scan. why?plz tell me solution.

2 5874

what is oop?

3 5914

Using C# Write a program that performs the following. The user inputs a number and then enters a series of numbers from 1 to that number. Your program should determine which number (or numbers) is missing or duplicated in the series, if any. For example, if the user entered 5 as the initial number and then entered the following sequences, the results should be as shown. Input Sequence Output ---------------------- --------------- 1 2 3 4 5 Nothing bad However, if 7 were the high number, the user would see the results on the right for the following number entries: Input Sequence Output ---------------------- --------------- 1 3 2 4 5 Missing 6 Missing 7 And if 10 were the high number and the user entered the numbers shown on the left, note the list of missing and duplicate numbers: Input Sequence Output ---------------------- --------------- 1 2 4 7 4 4 5 10 8 2 6 Duplicate 2 ( 2 times) Missing 3 Duplicate 4 ( 3 times ) Missing 9 The program should check the high number that the user inputs to ensure that it does not exceed the size of any array you might be using for storage.

3980

How to add a value from textBox over an existing certain column in SQL Server

2511

respected sir, i did my MCA in 2013 when i am going to attend to an interview i was asked about my project how will i explain my project could please help me in this and my project title is "Social Networking Site For Social Responsibility"

Genpact, Ozdocs,

1 4726


Un-Answered Questions { Programming Code }

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

3114


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

2459


Could u please tell me any UNIX scripts that 'll lead to find the network latency of the servers.?or else any unix command to find the network latency of a server?Thnx in advance...

1884


Give me some tips in c#?

2323


What is the functionality of EnumWindows?

546


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

2341


How to get one hasmap value in another hashmap ,only value not key

1189


How to update and insert from datagridview at run time in excel database?

2960


Write a program that implements a date class containing day, month and year as data members. Implement assignment operator and copy constructor in this class.

711


What is the coding about how to recognize color in fuzzy logic using Matlab R2009b?

1756


how to track links visited in google using iframes

2486


What is the functionality of GetWindowText?

550


Write Down Steps Using SAX Parser

2408


Set up procedure for generating a wire frame display of a polyhedron with the hidden edges of the object drawn with dashed lines

3301


How to Check if Folder Exists?

564