V593. Expression 'A = B == C' is calculated as 'A = (B == C)'. Consider inspecting the expression. V594. Pointer to array is out of array bounds. V595. Pointer was used before its check for nullptr. Check lines: N1, N2. V596. Object was created but is not used. Check for...