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 / shiva

call by reference passes address of variable to the subprogram
and any changes to this variable will affect the main program

this is bcoz they have allocated the same memory..

whereas in call by content the value of the variable is
passed to the subprogram and any changes to that variable
does not affect the main pprogram..this is bcoz they have
allocated seperate memories.......

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between static and dynamic call in cobol?

1456


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

1197


how do you reference the variable block file formats from cobol programs

1306


What is the difference between external and global variables in COBOL?

1532


HOw can I get the negative sign while deduct high value from low value

2296


What is inspect in cobol ?

1350


How do you reference the fixed block file formats from cobol programs

1276


how to refer the data field?

2315


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

1389


What is amode(31)

1212


Name the sections present in data division.

1302


What is the difference between comp and comp-3 usage?

1251


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2625


Write the code implementing the perform … varying.

1116


What is cobol?

1286