Programming Languages AllOther Interview Questions
Questions Answers Views Company eMail

1) How can u create the table?

IBM,

1359

how to add a new table with variables and thier values into a imported file uisng proc import?

1434

what is page hit in operating system?

TCS,

5 16718

Code for display the images from drive using vb 6.0?

IBM,

2 4264

what is the basic and unique feature of dotnet

HCL,

1704

what is the difference between a namespace and assembly ?

Innominds, Polaris,

4 13072

SAS using companies in INDIA

Bank Of America, Cap Gemini, Hyundai, IBM, KO, Sristek, TCS, Wipro, WNS,

29 56613

Is strus threadsafe or not?

1 2959

I'm trying to solve this. But I'm not figuring the right solution. Can some one help what the answer is for the question below? You can use as many variables as you need, there are no negative numbers, all numbers are integers. You do not know the size of the integers, they could be infinitely large, so you can't count on truncating at any point. There are NO comparisons allowed, no if statements or anything like that. There are only four operations you can do on a variable. 1) You can set a variable to 0. 2) You can set a variable = another variable. 3) You can increment a variable (only by 1), and it's a post increment. 4) You can loop. So, if you were to say loop(v1) and v1 = 10, your loop would execute 10 times, but the value in v1 wouldn't change so the first line in the loop can change value of v1 without changing the number of times you loop. You need to do 3 things. 1) Write a function that decrements by 1. 2) Write a function that subtracts one variable from another. 3) Write a function that divides one variable by another. 4) See if you can implement all 3 using at most 4 variables. Meaning, you're not making function calls now, you're making macros. And at most you can have 4 variables. The restriction really only applies to divide, the other 2 are easy to do with 4 vars or less. Division on the other hand is dependent on the other 2 functions, so, if subtract requires 3 variables, then divide only has 1 variable left unchanged after a call to subtract. Basically, just make your function calls to decrement and subtract so you pass your vars in by reference, and you can't declare any new variables in a function, what you pass in is all it gets.

Microsoft,

1 3484

hi, i'd like to know how do you set lines in a page for Smartforms? thanks in advance

SAP Labs,

1 3406

How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?

1525

what is web configuration file

HCL,

1525

what is session state?

HCL,

1507

hoe to data grid use in sql server 2000?

HCL,

1584

how to data grid use in data bind?

HCL,

1486


Post New Programming Languages AllOther Questions

Un-Answered Questions { Programming Languages AllOther }

could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks

1615


what is throws keyword

2970


what is apt_dump_score in datastage where it is useful

1480


19. Given a system that is described with the following equation, X=A+(B.(A̅+C)+C)+A.B.(D̅+E̅) a) Simplify the equation using Boolean Algebra. b) Implement the original and then the simplified equation with a digital circuit. c) Implement the original and then the simplified equation in ladder logic.

1233


qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again

2340






Write a pascal program to calculate the sum of the first 100 even number and odd number

3955


I am looking for NIC Sample papers or any patern of questions/ syllabus plz, send me on hamid.khan135@yahoo.in Regard

1528


What is WEB 3.0? What are the features their in WEB3.0

1566


code for connection from windows forms to sql server

1695


What is dialog programming?

1569


You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)

587


how pseudo column works?

1704


How to set fixed width in particular in html? if i type more character in this it will not push near . this is my question. can u tell me the answer...

2036


hi i am jyoti i have done sap training in sd and master degree in economics have 2 year exp as enduser in (gdms)and 1 year as sd consultant.as contract basis now what i can do for getting job in it industry

1644


How do you pass variables forwrd to future CECI sessions

4066