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 9222main() { 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
EXPAND___________NBFCS
How many rows and columns are there in excel 2003?
What are the advantages of using new operator as compared to the function malloc ()?
what is the breaking strength of wall tiles
What are the different ways we can set up the portal security to access component in portal?
How to find schema of a table in db2?
Will resetting windows 10 delete my files?
What is the difference between hashmap and hashtable? What is an interface?
What is indexing in sql server with example?
How can you handle network latency using selenium?
How to extend login expire time in auth?
How to implement internationalization in angular js?
What are all the types of goals in goal-oriented scenario of load runner?
How can we use grep command in unix?
What is the difference between *p++ and (*p)++ ?