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 |
What is operator overloading? Give Example
11 Answers CTS, IBM, TCS,
can you explain how to use JavaBean in Project
whats the difference between c and c++
inheritence with example
What is oop in simple words?
#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile
Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.
Can we create object of interface?
what is the difference between class and structure in C++?
What is property in oops?
ambiguity regulation of multiple inheritance with example.
i^=j; j^=i; i^=j; value of i,j