What is Modal
What is Modal: A dialog is a modal when its parent application is blocked from additional activity until the dialog has finished.
How Does Run time data i.e. Parameterization is handled within QTP?
Create a vector representing x coordinates of a measurement with 20 points between 0 and 10. Create another vector y representing fake measurements which are related to the above x values as y = 2.3 x – 1.2. Next add random (normal, Gaussian) noise to the vector
Define the reasons of Process Handle Table.
Global variable: It is a phenomenon which is more generally regarded as being a trouble in structured programming languages than in object-oriented languages. In structured programming language, like C or Pascal, a global variable is one stated outsid
Write two programs to calculate the summation of 1 to some integer n using a function called int summation(int n) a) Using a non recursive solution, with a for(i=1, i<=n; i++) loop and b) using a recursive solution, based on the following conditions summation(n) = summation(n-1
Write a function that takes an integer value and returns the number with its digits reversed. For example, given 7631, the function should return 1367.
How to set Session time out in ASP.NET. I tries changing in config file but still facing issue. Please help..
Define the term Condition: It is a Boolean expression which controls a conditional statement or loop.
Explain what is the function of STR and LPSTR?
18,76,764
1943302 Asked
3,689
Active Tutors
1455324
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!