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 Interview Questions
Questions Answers Views Company eMail

which of the function operator cannot be over loaded a) <= b)?: c)== d)*

10 38046

filtering can be done with: i)capacitor,ii)inductor,iii)both,iv)none.

18 20008

Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program

19 30562

what is the different between if-else and switch statment (other than syntax)

26 74682

Expand the following a) ISDN b) CASE c) CSMA/CD d) OOPS e) MIMD

4 12611

int a=1; float b=1.0; System.out.println(a==b);

13 27312

What is object repository?

2 7095

give some good bugs that u have found ?

1 4713

Did anyone have any experince with stocking in equity can you please tell me how to approach the project.I am a learner.help me please.give me ur suggestions.

1785

How do you select test cases for Regression Testing(The point is when there is change code how do you come know which part of code or modules it will affect).

15 26849

palindrome for strings and numbers----Can anybody do the prog?

6 12236

Can any one tell me how to perform volume testing and what to do if a fault is found in volume testing?

2 6355

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 9310

OR is full with objects but i want to add 5 more objects,but i tried merging files,shared mode and descriptive ,iwont work.is there any alternative for that

6 7363

how is question aries in technical

1 3772

Post New CTS Interview Questions


CTS Interview Questions


Un-Answered Questions

Is list a data structure?

567


How we get browser details of clients machine?

585


How to do login in mysql with unix shell.

612


What do you mean by after treatment?

1


Why should we use sap fscm?

5






Why choke coil is connected in series with starter in tubelight??why starter is connected in parallel to tubelight??

3016


What is lambda architecture spark?

224


What are the four types of view in powerpoint explain each?

145


How do I open the start menu shortcut?

540


Why do we need a server?

612


what are the tools used for oracle 10g in real time.

2017


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2115


Devise a program to sort an array using bubble sort.

633


What are differences between PECL and PEAR?

599


Can a class or a struct have multiple constructors?

618