Question
Who was Iswaran?
Read the following passage carefully and choose the most appropriate answer to the question out of the four alternatives.  Mahendra’s job was to keep an eye on the activities at the work site. He had to keep moving from place to place every now and then as ordered by his head office: from a coal mining area to a railway bridge construction site, from there after a few months to a chemical plant which was coming up somewhere. One night Mahendra woke up from his sleep and saw “a dark cloudy form”. He broke out into a cold sweat. Was it a ghost? He was a bachelor. His needs were simple and he was able to adjust himself to all kinds of odd conditions, whether it was an ill-equipped circuit house or a makeshift canvas tent in the middle of a stone quarry. But one asset he had was his cook, Iswaran. The cook was quite attached to Mahendra and followed him uncomplainingly wherever he was posted. He cooked for Mahendra, washed his clothes and chatted away with his master at night. He could weave out endless stories and anecdotes on varied subjects.Solution
The correct answer is A
Running time T(n) where 'n' is the input size of the recursive algorithm given as : T(n) = c + T(n-1), if n > 1 ; T(n) = d if n < 1. The order of the a...
With what command you can see your user name?
The attributes that do not exist in the physical database
In Go, what is the purpose of a goroutine?
State true/false
Trojan works in background and steal data which is sensitive
What is an identifier in C language?
Frames are related to which layer of OSI model
What is the purpose of the delete operator in C++?
Which of the following best describes a transistor?
Consider a B+-tree in which the maximum number of keys in a node is 5. What is the minimum number of keys in any non-root node?Â