Suppose i have a script which is having 100 lines.I want to execute that script starting from line no 75.means first qtp should read the script from line no 75 how can u do it.
5 12565what is an internal specifier? what happens internally when I use access specifier Internal ?
4 9106main() { int (*functable[2])(char *format, ...) ={printf, scanf}; int i = 100; (*functable[0])("%d", i); (*functable[1])("%d", i); (*functable[1])("%d", i); (*functable[0])("%d", &i); } a. 100, Runtime error. b. 100, Random number, Random number, Random number. c. Compile error d. 100, Random number
1 14304IN A TABLE HAVE ONE COLUMN PRIMARY KEY..IT WILL NOT ALLOWS NULL VALUES AND DUPLICATE VALUES..INSTEAD OF PRIMARY KEY WHY CANT WE USE UNIQUE AND NOT NULL.THESE TWO ALSO DOESNT ACCEPT NULL VALUES IN NOT NULL AND UNIQUE DOESNT ACCEPT DUPLICATE VALUES? SO WHAT IS THE DIFEERENCE BETWEEN(UNIQUE,NOT NULL) AND PRIMARY KEY??????
8 10540how does pressure is converted into milli amps in pressure transmitter? plzzz explain practically
1 3964Post New rsystems Interview Questions
Is it acceptable of installing an earth pit in planters area where bare copper cable, earth rod and connection are susceptible to corrosion due to water?
what is pay run id ?
inbound process belongs to software development process
What is t code for deadline monitoring?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What is mysql sleep process?
Why is singleton not thread safe?
Is google a database?
Explain in Tally ERP 9, how you can view profit and loss statement?
What is a spark context?
What is __ pycache __?
What is your style of management
What is the difference between validated and compiled in the datastage?
Does c have class?
What design patterns are used in struts?