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 "Call by content" and "call by reference"?

Answer Posted / sruthi

Call by reference means address of var is passed to sub pgm.
The modifications on the passed vars in sub pgm will be
effected in main pgm.
call by content means value of the var is passed to sub pgm.
The modifications on the passed vars in sub pgm will not be
effected in main pgm. that is local to sub pgm.

Is This Answer Correct ?    47 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is not true about evaluate statement

2510


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

4204


What is the difference between next sentence and continue in cobol programing language?

1273


how do you reference the ksds vsam file formats from cobol programs

1239


What rules are followed by the search verb.

1193


What are literals?

1183


) how do u code after getting data?

2206


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

1358


How to print 10 to 1 if the input have only 10 digit number?

1304


how do you reference the printer file formats from cobol programs

1275


can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech

2488


What do you understand by psb and acb?

1174


How to remove 2 duplicate records and copy only one using job control language?

1257


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

1142


Difference between cobol and cobol-ii?

1338