I m doing btech with computerscience branch.For every campus placement eligibilty criteriais is 60%.I have 65% in highschool and b.tech till now but secured 59.6% in intermediate. So would this percentage b considered as 60% or i wont b able to sit in exams?kindly post your views?
2308What is the time complexity T(n) of the following program? a) int n, d, i, j; cin >> n; for (d=1; d<=n; d++) for (i=1; i<=d; i++) for (j=1; j<=n; j += n/10) cout << d << " " << i << " " << j << endl; b) void main() { int n, s, t; cin >> n; for (s = 1; s <= n/4; s++) {t = s; while (t >= 1) { cout << s << " " << t << endl; t--; } } } c) void main() { int n, r, s, t; cin >> n; for (r = 2; r <= n; r = r * 2) for (s = 1; s <= n/4; s++) { t = s; while (t >= 1) { cout << s << " " << t << endl; t--; } } }
3 10735Min-Max Write an algorithm that finds both the smallest and largest numbers in a list of n numbers and calculate its complexity T(n).
1 7242Post New Infosys Interview Questions
Indicate the various quantities that can be measured with a multimeter.
What is test cases for mobile phone ?
Explain inversion of control, how to implement it.
Do I have to pay wordpress to use my own domain?
difference between impromptu and cognos8
Explain what are the different index configurations a table can have?
Explain the water bound macadam roag
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
You want to remove a developer's and developer keys from a system. How would you do that?
What are the three segments for routing important?
What is the default font in word 2013?
I have energy meter for educational project having 0.5s class but my friend need 0.2s class meter , which one is good for that purpose and what is the actual difference of that two classes , need very easy example also.??
What do you mean by waste water ?
What are different html tags?
how do I troubleshoot non-daos related database problems?