No need to memset val to 0 because the variable is initialized just after (the
only case without initialization is for a void variable in which case the val variable isn't used)
Showing
Please register or sign in to comment
only case without initialization is for a void variable in which case the val variable isn't used)