What does rc mean

I have seen many times the code, where the function to return the status was set variable * rc * (for example, int rc = foo (); ). I, although this is a kind of agreement and blindly used it in all my code.

Recently, a colleague asked me what * rc * means and found that I really do not know the answer.

thank

+5
source share
1 answer

This probably applies to

Return Code
+9
source

All Articles