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 12428what is an internal specifier? what happens internally when I use access specifier Internal ?
4 8983main() { 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 14215IN 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 10296how does pressure is converted into milli amps in pressure transmitter? plzzz explain practically
1 3909Post New rsystems Interview Questions
What is c language & why it is used?
Describe active directory command in automation anywhere?
How would you improve upon our product/ company
Can you explain the co>operating system’s processing model?
What are the basic functions for master, msdb, model, tempdb and resource databases?
What are the advantages of Play/Scala stack to develop web applications?
Can I Erase My Student Loans By Filing Bankruptcy?
How many indexes can be created on a table in sql?
Does python have private?
Tell me what happens if you fail to make required premium payments? : insurance sales
what is the integration between marketing & ERP
How to call php function in jquery?
What do you know about NIACL?
What is the interface in php?
What is :: in laravel?