what is the program to find out the smallest word in a sentence? like if the sentence is : this is my room. then out put will be : is
1741What is an implementation project?In any job openings they desire people with at least one project with an end to end implementation. Could u give me the details of project implementation and the role of an abapper in the implementation? And what type of questions do the recruiters normally ask for implementation projects? Plz reply me with a suitable answer. Regards, Rahul
2 75311 )which of the following produce vitamin d for the body 2)the recently appointed head of us-india business council 3)which is the largest state in india 4)the outermost layer of the earth is called 5)which kind of mirror is used for rear view 6)mahatma gandhi was the editor of 7)for how long can the presidents rule in a state be imposed initially
2 5313how many facts&dimensions tables in a sales project?can any body name those dimensions and fact tables please
6 20500From 7:00 AM to 11:00 AM it rained 2.25 inches. At 11:00 AM the rain increased to fall at a rate of 1.25 in. every two hours. How many inches of rain landed on the ground by 5:00 PM?
7 13167Question 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
2096A store owner is packing small radios into larger boxes that measure 25 in. by 42 in. by 60 in. If the measurement of each radio is 7 in. by 6 in. by 5 in., then how many radios can be placed in the box?
2 7557Post New TCS Interview Questions
How do you insert a table in a table?
What is an area sweep and when is it used?
How can we create RDD in Apache Spark?
If I use the JDBC API, do I have to use ODBC underneath?
What is the Intermittent crashing of application in production?
What is buffer and example?
What is the difference between an
What is syntax like in go programming language?
How long does it take in developing automated system?
Explain cycling frequency hopping?
What are advantages of dc supply over ac supply?
Define population density?
Write a program to show the functionality of request.xhr in ruby on rails ?
Which functions are used to remove whitespaces from the string?
Explain whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?