Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is rc stands for

I saw a lot of times code where return status of function was set to *rc * variable (e.g. int rc = foo();). I though it some sort of convention and blindly used it all over my code.

Recently was asked by colleague what *rc * stands for and discovered that I indeed don't know the answer.

Thanks

like image 411
dimba Avatar asked Oct 03 '10 20:10

dimba


1 Answers

It probably refers to

Return Code
like image 124
Hari Pachuveetil Avatar answered Oct 24 '22 07:10

Hari Pachuveetil