The dimensions of a certain machine are 48" X 30" X 52". If the size of the machine is increased proportionately until the sum of its dimensions equals 156", what will be the increase in the shortest side?
5 46016Given that a,b,c,d,e each represent one of the digits between 1-9 and that the following multiplication holds a b c d e 4 ---------- e d c b a What digit does e represent a) 4 b) 6 c) 7 d) 8 e) none
8 29555If a passenger train takes twice to cross a freight train to overtake than to cross each other in opposite direction find how many times faster is passenger train than the freight train
2 6471You are the test manager starting on system testing. The development team says that due to a change in the requirements, they will be able to deliver the system for SQA 5 days past the deadline. You cannot change the resources (work hours, days, or test tools). What steps will you take to be able to finish the testing in time?
3 10235A seller has a set of apples out of which he sells one half of it and half an apple to his first customer.then he sells half of the remaining apples and a half apple to his second customer.Then he sells half of the remaining apple and ? apple to his third customer and so on.This repeats upto 7th customer and no more apples are remaining . Find the total no of apples he had.
8 22734Post New HCL Interview Questions
What is callback function?
It is possible to build a C++ compiler on top of a C compiler. How would you do this?
what is the function of crtdupobj command?
What is the difference between class selector and id selector in css?
Program to remove duplicate elements in an array.
Question In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest. Question Submitted By :: Sunil Kumar I also faced this Question!! Rank Answer Posted By Re: In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest. Answer # 1 use copy constructors 0 Shanthila There is something to be taken care in destructor, in copy constructor, suppose the memory is assigned to the embedded member object pointer with the parameter passed value, but if some other objects of different class also are pointing to this memory, then if some one deletes the object then this class member pointer object will become dangling, or if the object is not deleted properly then there will be memory leak. Please suggest the design change required to handle or avoid this situation
What are the default values for psappsrv and other servers when application designer starts?
What are the limitations of the context filter?
How does microstrategy object manager determine if two projects are related?
What is attribute in jsp?
How we can install plugins in wordpress?
What is render in django?
Which property is used to add or subtract space between the letters that make up a word?
Explain the term 'oracle grid architecture'?
How is chef used as a cm tool ?