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 12707what is an internal specifier? what happens internally when I use access specifier Internal ?
4 9221main() { 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 14367IN 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 10734how does pressure is converted into milli amps in pressure transmitter? plzzz explain practically
1 4015Post New rsystems Interview Questions
What do you know about Grape City?
Explain what is the difference between skip() and skipwhile() extension method?
What is the most common mistake on c++ and oo projects?
Explain the formation of micro structures of pearlite, bainite and martensite in steel?
How many types of ipc mechanism do you know?
When should you use a reducer?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Does Python support Multithreading?
What are the tradeoffs between many vs few indexes? When would you want to have many, and when would it be better to have fewer?
What do you understand by scientific data visualization in R?
Can we achieve multiple inheritance using interfaces?
How do you clear a method in java?
Is arraylist a class?
The system has a program that always includes the word nocomp in its name, how can you determine the number of processes that are using this program?
Where can I get updated VB and other Microsoft files?