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 12553what is an internal specifier? what happens internally when I use access specifier Internal ?
4 9094main() { 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 14298IN 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 10516how does pressure is converted into milli amps in pressure transmitter? plzzz explain practically
1 3958Post New rsystems Interview Questions
How to include variables in double-quoted strings?
why future first?
What are python iterators?
what is the basic difference between Coloumn & Shear Wall
What is the use of configuring number ranges in sap srm system?
Define namespace.
What is abnormal termination?
Where is microsoft photos exe located?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
How to pass the entry in tally for demolished of building?
What are the characteristics that make a country a satellite country?
What is .net mobile images control. Explain with an example? : Microsoft dot net mobile
What is id in ios?
What is lookup columns in SharePoint?
Is it necessary to install mongodb compass?