The IT giant Tirnop has recently crossed a head count of
150000 and earnings of $7 billion. As one of the forerunners
in the technology front, Tirnop continues to lead the way in
products and services in India. At Tirnop, all programmers
are equal in every respect. They receive identical salaries
and also write code at the same rate. Suppose 14 such
programmers take 14 minutes to write 14 lines of code in
total. How long will in take 5 programmers to write 5 lines
of code in total ?
Answers were Sorted based on User's Feedback
Answer / sudeep dutta
14. It was very easy. I learned unitary method in class 5.
| Is This Answer Correct ? | 24 Yes | 3 No |
Answer / shiva
programmer * mins/lines = programmer * mins/lines
14*14/14 = 5*x/5
x=14 mins
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / kk
they write at the same rate (one line code pr minute )
so 5 minutes
| Is This Answer Correct ? | 3 Yes | 4 No |
Is html an oop?
What is the difference between and interface and an abstract class ?
4 Answers IBM, Infosys, Ness Technologies,
#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; wow *b; a.x = 22; b = &a; a.x = 23; cout << b->x; return 0; }
When is an object created and what is its lifetime?
Name an advantage of linked list over array?
State what is encapsulation and friend function?
What is abstract class in oops?
What is oops concept with example?
1. Wrie a function which returns the most frequent number in a list of integers. Handle the case of more than one number which meets this criterion. public static int[] GetFrequency(int[] list)
I am developing a payroll system mini project.I used file concept in program for reading and writing.When the program is reloading into the memory that is if i execute next time the file was cleaned and adding data from the starting this is my problem.I want to strore the previous data and if i want to add any record that should be next of previous data.Please help me.
Which is the parameter that is added to every non-static member function when it is called?
Get me an image implementation program.