How we can read an Image in VC++?How we can find out the intensities of the pixels of an image and dimension of the image?
1252Post New CEERI Engineering AllOther Interview Questions
What is difference between value and constant?
How can you destroy an object in vbscript?
What is 4NF?
How do you create tasks? What is the max number of tasks you created in your previous projects ?
Explain the microsoft sql server delete command?
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,
Hi,Sudhanandareddy plz forword framework and ppts for QTP to me. This is my mail id: ranjith_99reddy@yahoo.co.in (your contact number also)
what options are there to implement a multi language site ?
Explain join() and split() in python.
What is the default value of "vbroker.agent.keepalivetimer" property?
What is the difference between an array and a list?
What are the fundamental configurations parameters specified in map reduce?
Do you know what is application?
What is db2 instance?
how dot net compiled code will become platform independent?