What 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 10744What are all the points to keep in consideration, while we are migrating the Universes,Reports from BO5.1.6 to BO 6.5? Is is compatible to migrate like this? Does it effect the filters in Reports and Join in the Universe?
2042Can we display only integers / numbers through the message box? Is there any constraint to do so?
8 14711what could be the problem if invoice_id is same in ap_invoices_all and ap_invoices_interface. while the Ord_id , invoice_num, and other things is diffrent .
3 17062How do you test pop up with LR? My whole application running on pop up. Its a JSP page written on pop up window.
1 7545Post New Infosys Interview Questions
how to use debug in my elipse to solve problems that exist in my project
How do I run a dll file on windows 7 64 bit?
What is apache nifi?
What is the mmf,rgt and ngt please brief completely
How do I add a watermark to all slides in powerpoint?
What do you understand by the term Straggler ?
What are the components of Hive architecture?
What is the peculiarity of returning values by subroutines in perl?
What is difference between datatable and pageblock table?
What does \ mean in regex?
Who is intended audience to learn avro?
why do you want to work here?
Explain me types of lists supported by bootstrap?
I have one flat file,in this file how many columns are there i don't know,but one ename column is there , just i want to cut the surname, so how to cut the surname, any one know the answer please guide me ? ename ----- tapan kumar nayak bala murugan kutal chkrobarthy biswo My output is like that OUTPUT ------ nayak murugan chakrobarthy biswo
When to use before and after trigger in salesforce?