Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Programming Code Interview Questions
Questions Answers Views Company eMail

write a c program, using for loop, that accepts and odds two numbers. The output must be the sum and the addens. This should be repeated 5 times while the first number is decremented by one and the second number is incremented by 1.

IBM, Infosys,

2 9220

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.

2176

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

FlashTECH,

2545

what is virtual constroctor ? give an exam for it?-(parimal dhimmar)

2 6716

how to take time as input in the format (12:02:13) from user so that controls remains between these columns?

2230

Write a routine to implement the polymarker function

TCS,

4844

Write a procedure to implement highlight as a blinking operation

2 11569

Design an implement of the inputs functions for event mode

Wipro,

3468

Write a program to model an exploding firecracker in the xy plane using a particle system

HCL,

4102

Develop a routine to reflect an object about an arbitrarily selected plane

3557

Extend the sutherland-hodgman clipping algorithm to clip three-dimensional planes against a regular paralleiepiped

IBM,

1 6345

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

IBM,

3488

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

3310

Derive expression for converting RGB color parameters to HSV values

1 8115

Write a program to implement the motion of a bouncing ball using a downward gravitational force and a ground-plane friction force. Initially the ball is to be projected in to space with a given velocity vector

2 13268


Un-Answered Questions { Programming Code }

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

3772


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

2805


How to Link Different Data Sources Together?

2255


write a program that creates a sequenced array of numbers starting with 1 and alternately add 1 and then 2 to create the text number in the series , as shown below. 1,33,4,6,7,9,............147,148,150 Then , using a binary search , searches the array 100 times using randomly generated targets in the range of 1 to 150

3711


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

3310


Write a Program to find whether the given number is a Armstrong number.

791


I have this code in leftmenu.ascx page..now on leftmenu.ascx.cs page i want to access id values. but i dont want to check manually like Accommodation,Arts etc.. In cs file my code is like string str[]; //this array contains some values say 10 strings for(i=0;i<100;i++) { if(str[i]==id id.visible=true } i.e.i want to travel for each element of str and each value of id.if they match then id.visible=true how to do?

4325


Definition of priority queue was given. We have to implement the priority queue using array of pointers with the priorities given in the range 1..n. The array could be accessed using the variable top. The list corresponding to the array elements contains the items having the priority as the array index. Adding an item would require changing the value of top if it has higher priority than top. Extracting an item would require deleting the first element from the corresponding queue. The following class was given: class PriorityQueue { int *Data[100]; int top; public: void put(int item, int priority); // inserts the item with the given priority. int get(int priority); // extract the element with the given priority. int count(); // returns the total elements in the priority queue. int isEmpty(); // check whether the priority queue is empty or not. }; We had to implement all these class functions.

4900


What is the functionality of EnumWindows?

554


Bubble Sort. java thereafter the user will be asked to inpout the size of the list,sort the list in ascending order and display the sorted list in a horizontal manner???

2870


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

3488


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

1975


Code for Method of Handling Factorials of Any Size?

2438


write a program in java to find the moving average of all prime numbers between 2 and 100.

4004


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

2824