Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

CTS C++ Code 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 10669

Find the maximum product of three numbers in an array? Eg. 9,5,1,2,3 Max product= 9*5*3= 135 The array can hav negative numbers also..

7 23481

Post New CTS C++ Code Interview Questions


CTS C++ Code Interview Questions


Un-Answered Questions

How can you expand the performance of Talend job which has a complex design?

5


How many earths can fit into jupiter s great red spot?

135


What is the wildcard character in sql?

1017


what is the difference between elcb and rccb ?

2313


At os level how you can change the number of work process? How you can analyze the status of work process at os level?

1040


What is "Hungarian Notation"?

1085


What is the web service protocol stack?

632


Tell me what are the features involved in updating a language?

873


Explain the default scope of variables in perl?

920


Can I use a named pipe to bcp/dump data out or in in sybase?

989


What is the terminals definition and function....?

1857


What is the maximum amount to issue Form C to a dealer for the purchase of 40 crores in several bills in a quater?

11777


Explain what do you know about blackberry 7?

882


what is the difference between order by and sort by in Hive?

676


How do you compare the structure of 2 tables in database and check whether they are similar using qtp.

1912