Skip to content

Comments

find_all_pair_equal_to_given_number and reverse_an_array#14

Open
nquangvinh wants to merge 1 commit intomasterfrom
vinh_arr_3lasts
Open

find_all_pair_equal_to_given_number and reverse_an_array#14
nquangvinh wants to merge 1 commit intomasterfrom
vinh_arr_3lasts

Conversation

@nquangvinh
Copy link
Collaborator

No description provided.

if ((array[i] + array[j]) == givenNum)
{
printf(" %d + %d = %d\n", array[i], array[j], givenNum);
#ifndef FIND_FLAG
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is pre-processing statement, use with care

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants