what is the syntax for regular expression in QTP? how to create user defined functions in QTP?
6 29864If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem.
6 21365What 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 10733Post New CTS Interview Questions
Why “no suitable driver” error occurs?
What is the difference between Auto Design Spec & Generated Design?
Is there any way to keep list elements straight in an HTML file?
Explain about compute Grid?
Is datetime a value type in c#?
Do you know offset accounting?
What is statutory audit?
What are the main components of hadoop?
Can we define static methods inside interface?
If You join the company then what is the first thing you want to do , which you were not able to do in ur previous company ? why did you want to join the call center? why do you left your previous job? What is your greatest strength? where do you see yourself from (Ten or fifteen)years from now? If u will be the principal of a school what will u can do best for school? Take Over Means? What are your biggest weaknesses?
Explain the application of shared preference?
How to obtain a performance profile of java program
Explain either/left/right design pattern in scala?
wht is charging gateway protocol wht is it functio
Why we use conio h in c?