HactoberFest2023
HactoberFest2023 copied to clipboard
HactoberFest2023
Hey @yysrll @Tushar-013 @Prayash77 @harshsingh32 @R0Y15 I want to add A JavaScript project for Hactoberfest ! Can you please assign me the task ? Also add Hactoberfest-accepted tag on issue....
This C++ program finds the number with an odd occurrence in an array using the bitwise XOR operator. By XORing all elements in the array, the program effectively cancels out...
This C++ program uses bitwise AND operator to quickly determine if a given number is even or odd. By performing a bitwise AND operation between the input number and 1,...
username- heenaba123 date - 10-3-23
This is a recursive code is to find GCD of two numbers.