Skip to content

Correction for the syntax of using (x&1) inside if condition, it should be different for c++ and java. #1

Open
sameer302 wants to merge 1 commit into
wncc:mainfrom
sameer302:patch-1
Open

Correction for the syntax of using (x&1) inside if condition, it should be different for c++ and java. #1
sameer302 wants to merge 1 commit into
wncc:mainfrom
sameer302:patch-1

(x & 1) returns int. In c++ any non-zero int is treated as true but i…

9926aac
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs