Suppose one project is given to u.How do u know whether this project is suitable for manual testing or automation.
3 8425Post New Exalt Manual Testing Interview Questions
Where is the toolbar located?
What is the concept of multithreading?
Describe web services.
In hierarchical structure of a database? we have write query from where we should start?
package MYCALC; use Exporter; our @EXPORT = (); our @ISA = qw(Exporter); our @EXPORT_OK = qw(addition multi); our %EXPORT_TAGS = (DEFAULT => [qw(&addition)],Both => [qw(&addition & +multi)]); sub addition { return $_[0] + $_[1]; } sub multi { return $_[0] * $_[1]; } 1; Program: use strict; use warnings; my @list = qw (2 2); use Module qw(:DEFAULT); print addition(@list),"\n"; Above coding is my module MYCALC and the program which using this module, I have not exported any function using @EXPORT, but I have used the DEFAULT in %EXPORT_TAGS with the function addition, when I call this function from the main it says the error as,
What is css3 flexbox?
How the programmer of a class should decide whether to declare member function or a friend function?
What is mysqlcheck do?
How is python interpreted?
what is resistive diode?
What are the types of containers in ssis?
What is difference between final and finally in java?
How do I open an aspx file in pdf?
How can a user be able to access only for Customizing requests even if assigned se01 and se10?.
Define rivets.