A boy multiplied a number with 10 and got 100. If he divided it by 10, what would be the answer?
19 25907If a 12 shell cupboard requires 18 ft of wall space then how much wall space would a 30 cup shelf require?
9 19630A 16 story building has 12000ft on each floor. Company A rents 7 floors and company B rents 4 floors. What is the number of square feet of unrented floor space?
8 16211From its total income a company spent $20000 for advertising, half of the remainder on bonuses and had $6000 left.What was the total income?
4 9959In a computer tape library there are two racks with 40 tapes per rack.In a given day 30 tapes are in use . What fraction remains in the rack?
6 24680During a given week a programmer spend 1/4 of his time preparing charts,3/8 of his time for coding,rest of his time for debugging the programs.If he had 48 hrs during the week how many hours did he spend debugging the program?
3 8907A man owns 2/3 of a computer service buroue business and sells 3/4 of his share for $75000.What is the value of the business?
4 14149In a certain company 20% of the men and 40% of the women attended the annual company picnic.If 35% of all the employees are men . What % of all the employee went to the picnic?
8 15113If a card punch operator can process 80 cards in half an hour How many cards can this process in 7hr30min?
5 12674The average salary of three employee is $950 per week. If one employee earns $1150 and other earns $650, how much will third be earn?
13 19922Post New TISL Call Centre AllOther Interview Questions
What is string parsing in python?
How do I restore original values in excel?
where should i get free version of Test Director to download
How do I clear my spark cache?
What is group test in testng?
What do you mean by bootstrap collapsing elements?
What other two data models are used?
What are horizontal and vertical scaling?
What are the capabilities of selenium webdriver or google webdriver or selenium 2.0?
What is a shrink wrapped product?
what is colour port? what is the use with it?
List out some of the JQuery function used for webpage designing?
Define chroma?
Explain client-side and server-side validation.
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash