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?
2298What 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 10705Min-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 7224Post New Infosys Interview Questions
Explain the uses of
Give a real time example of stack
Can we submit the mapreduce job from slave node?
What are the methods we have used for validations?
Tell me which protocol can be applied when you want to transfer files between different platforms, such between unix systems and windows servers?
what is the use of friend function? : Sql dba
How is account type connected to document type? : fi- general ledger accounting
Do I have to pay for microsoft outlook?
What are the replication jobs in sap hana?
Describe the process of creating integration scenarios in SAP PO. What are the main steps involved?
How can we know running job is batch or interactive?
how to elimainte the similar data from the different tables
What are its different types of dbms?
Explain accessor and mutator methods in python?
What are challenges or difficulty faced while automation in your projects or applications?