Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Qatar University Interview Questions
Questions Answers Views Company eMail

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 9026

Post New Qatar University Interview Questions




Un-Answered Questions

Can we save posts to local drafts and figure out how to publish to the blog. What do we need to do?

418


What is silence suppression?

219


How do I remove csrss exe from windows 10?

449


Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana

1505


Describe the centralized methods in cdma?

501






What are the three components of a data table in excel?

289


what is organic profit? and how it is calculated?

1814


What is PMI? How to configure PMI?

514


What are static assemblies and dynamic assemblies?

535


Can you use a foreign jms provider to drive an mdb transactionally? : BEA Weblogic

579


What are blocks in a blockchain ecosystem?

1


Which data types are used in cloud computing?

348


What is the bus in a microcontroller?

586


How to Computation Advance Tax For First Quarter

1755


How many instances can be created for an abstract class?

544