' ref '

Hi Suresh,

Example in above comment explains it all, the main difference lies in the usage. If you want that calling function/task shall be able to modify the passed variables use only ‘ref’ other use ‘const ref’. By declaring a variable ‘const ref’ you make it read only for the respective function/task.

Thanks,
Rohit