Programming Languages AllOther Interview Questions
Questions Answers Views Company eMail

Write a shell program where you enter a number which corresponds to K.M. Find out the corresponding values in m, cm, inches, and feet. Hints:- 1 k.m= 1000 m 1 m= 100 cm 1 inches= 2.54 cm. 1 feet= 12 inches

1676

Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains

1668

Write a shell program to test whether a given year is leap year or not ?

Patni,

2390

Write a shell program. Enter basic pay of an employee and calculate DA, HRA, Deduction, Gross pay and Net pay as follows: DA = 75 % of BASIC HRA = 10 % of BASIC DEDUCTION = 15 % of BASIC GROSS PAY = BASIC+DA+HRA NET PAY = GROSS PAY-DEDUCTION.

TCS,

1 9073

Write a program to implement BFS/ DFS routine in a connected graph

1 13676

you have an unlimited supply of $3 and $7 poker chips. What is the largest integer value that you cannot make by combining different numbers of chips?

2 4050

There is a room with 1000 light switches, numbered 1, 2, 3, 4, ... 1000, all turned off. Outside the room there are 1000 men, numbered man1, man2, ...man 1000 In order, each man walks into the room and changes the position of each switch that is a multiple of his number. That is: man1 flips every switch man2 flips switches 2, 4, 6, 8 ....1000 man3 flips switches 3, 6, 9, ..... 999 ..... Man 1000 flips switch 1000 After all 1000 men are done, how many switches are on?

3 7855

Diff between Proc transpose and Arrays with example?

Accenture,

2 6348

Diff between %let and Call symput?

Accenture,

1 10386

Diff between IF and where ?

Accenture,

1732

hi i m deepak my shedule for NIC pi is 17 Apr please contact me if anybody has interview on same day or give me some idea who have faced

1723

Can any one give an example (Source Code) on virtual function implemetation in Java?

1665

How can we develop a multi-tier application in Java?

1574

When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.

Tesco,

1561

What are the limitation in using querystring in .net?

Tesco,

1 3918


Post New Programming Languages AllOther Questions

Un-Answered Questions { Programming Languages AllOther }

how do i create my own exception class which will restrict IO exception?

2440


please any one pass file aid,xpeditor and endeavor tools

2028


can we retrieve only integer/String type columns from a table,if yes how?

1637


iam confused to choose among testing, .net and java can anybody help me????????

1746


what is meant by life cycle of a business

1830






how sap is different from other software ?

1809


what is the current salary package in India for a lamp programmer

2006


Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".

2113


kindly send interview materials

1440


What is the difference between DECISION COVERAGE(DC) and MODIFIED CONDITION/DECISION COVERAGE(MCDC)?

1929


Write a shell program to test whether a given year is leap year or not ?

2390


What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

7385


How to use string functions in QTP?give some examples

7331


Explain with examples any 2 features of OOPS.

816


1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.

1974