Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between CALL BY VALUE and CALL BY
CONTENT?

Answers were Sorted based on User's Feedback



What is the difference between CALL BY VALUE and CALL BY CONTENT?..

Answer / prakash

both are same, this should be a difference between call by
reference and by value/content.
Here we send the address of he data in first case and the
value/content in second case.

Is This Answer Correct ?    17 Yes 7 No

What is the difference between CALL BY VALUE and CALL BY CONTENT?..

Answer / sridevi

Call by value will not return the data back to the calling
program
Call by reference shares the common storage for the
variables used between the calling and called program and
the called program returns the data back to the calling
program through by reference

Is This Answer Correct ?    4 Yes 0 No

What is the difference between CALL BY VALUE and CALL BY CONTENT?..

Answer / michael

call by reference:
pass pointer to data
call by content:
copy data into temporary, pass pointer to temporary
call by value:
pass data
if the called program is a cobol program the
address of the receiving linkage data item is set to the
passed data value

Is This Answer Correct ?    5 Yes 2 No

What is the difference between CALL BY VALUE and CALL BY CONTENT?..

Answer / suputhru

CALL BY VALUE = CALL BY CONTENT both are same.
Here we send the value/content.

CALL BY REFERENCE: we will send the address of he data.

Is This Answer Correct ?    2 Yes 3 No

What is the difference between CALL BY VALUE and CALL BY CONTENT?..

Answer / kapil arya

Call By Value, its point to data directly that is why its
faster than the call by reference.
But in Call by Referenc, it points the address of data so
it takes more time in camparison of Call by value.

Is This Answer Correct ?    2 Yes 4 No

What is the difference between CALL BY VALUE and CALL BY CONTENT?..

Answer / shashikumar.d

if we can do any modification in forml arguments that
change can't effected actual arguments. this is known as
call by value.
if we can do any modification in forml arguments that
change can effected to actual arguments. this is known as
call by content.

Is This Answer Correct ?    15 Yes 18 No

What is the difference between CALL BY VALUE and CALL BY CONTENT?..

Answer / guest

both are same

Is This Answer Correct ?    11 Yes 25 No

Post New Answer

More COBOL Interview Questions

What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

0 Answers  


What is the use of EVALUATE statement?

4 Answers   Tesco,


What is LENGTH in COBOL II?

2 Answers   CSC,


write a program to eliminate duplicate records in a input file and send them to output file.

2 Answers   IBM,


COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error

1 Answers   TCS,


what is filler and what is use of filler

3 Answers   Syntel,


How does IDMS insure data integrity?

1 Answers  


if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error

8 Answers   Cap Gemini,


What is the use of LINKAGE SECTION?

1 Answers  


what is the difference between Plan & package?

1 Answers   IBM,


i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..

5 Answers   IBM,


In INITIALIZE what is Repalcing Word will do

1 Answers   CTS,


Categories