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 12478what is an internal specifier? what happens internally when I use access specifier Internal ?
4 9039main() { 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 14243IN 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 10393how does pressure is converted into milli amps in pressure transmitter? plzzz explain practically
1 3931Post New rsystems Interview Questions
What are the important components of OLEDB?
How to create a nested webpage in html?
Tell me deferred taxation is a part of which equity?
Why do we need header files?
At present what is the FlBl's share in NABARD equity?
Why should I prototype a function?
What is the function of Redo Log in Oracle?
What are constants used for in excel?
Does Apache Flume provide support for third party plug-ins?
What is the difference between blockchain and distributed ledger?
What is the safety of UPS?
What are the advantages of using c band for satellite communication?
Describe briefly how an amobea exchanges oxygen and carbon dioxide gases with its surroundings.
What is a scriptlet?
Write an example that shows every attribute must have a value in xhtml?