Answer Posted /

Is This Answer Correct ?    Yes No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

hi frnds,i'm srinivasa murthy.i've been selected for the interview by karnataka bank(clerical post).will u pls help me with some sample questions that will b asked in the interview? mail to malabartrogon10@gmail.com or if u have free SMSs, message me to 9008874244.thank u a lot.

2002


Difference between stored procedure and macro?

680


can I add hundreds of fields to a given screen?

104


Discuss the inter & intra disciplinary nature of Mathematics.

610


A vegetable seller sells his vegetables at the rate of Rs. 9 kg and thereby incurs a loss of 20%. If he had to make a profit of 5%, at what price per Kg should he sell his vegetables?

975






What is messaging? How does the runtime handle message passing? What is message forwarding?

531


Explain call and apply method?

466


Give example to differentiate between call by value and call by reference.

588


What are the components of j2ee?

451


What is rx observable?

417


what is defferance between tubular & automotive plate battery

3454


what is the primary use of the model database? : Sql server administration

502


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,

2264


Explain what are the hydrocarbons?

597


What are Regular Expressions in AWK?

849