Can You Solve This Coding Interview Question? Swapping Two Variables

  Рет қаралды 8,925

GeeksforGeeks

GeeksforGeeks

Күн бұрын

Пікірлер: 29
@GeeksforGeeksVideos
@GeeksforGeeksVideos 15 сағат бұрын
// C++ code to swap using XOR #include using namespace std; int main() { int x = 10, y = 5; // Code to swap 'x' (1010) and 'y' (0101) x = x ^ y; // x now becomes 15 (1111) y = x ^ y; // y becomes 10 (1010) x = x ^ y; // x becomes 5 (0101) cout
@nagasaiprajith2302
@nagasaiprajith2302 14 сағат бұрын
This is using addition and subtraction, where is xor method 😢
@Krishnakur6144
@Krishnakur6144 13 сағат бұрын
@dayashankarlakhotia4943
@dayashankarlakhotia4943 9 сағат бұрын
I have no money to enrolled in your course if you enrolled free ?🎉❤
@kaushalvaibhavaraaja6649
@kaushalvaibhavaraaja6649 4 сағат бұрын
​@@nagasaiprajith2302x^y ^ is xor method.
@abhudaysrivastava8437
@abhudaysrivastava8437 Сағат бұрын
This bitwise or
@sameersawal28
@sameersawal28 10 сағат бұрын
A,b=b,A in python
@saurav_biswas7
@saurav_biswas7 7 сағат бұрын
But this is not in Option 😂😂
@jasjotsingh8807
@jasjotsingh8807 14 сағат бұрын
Hi maam data analyst aur data scientist ke liye konsi skill chaiye hoti h
@GeeksforGeeksVideos
@GeeksforGeeksVideos 13 сағат бұрын
Hi Data Analyst Skills: Excel, SQL, Tableau/Power BI, basic statistics, and Python/R knowledge. Strong communication and analytical thinking are key. Data Scientist Skills: Advanced Python/R, ML, big data tools, deep learning, and strong math/statistics foundation. Domain expertise and data wrangling are a plus.
@jasjotsingh8807
@jasjotsingh8807 13 сағат бұрын
Thank you ma'am for reply
@CodeToCoder-q5z
@CodeToCoder-q5z 4 сағат бұрын
Mam please check this code it is right or not A=10 B=5 A=A/B //A=2 B=A*B //B=10 A=B/A //A=5
@kml_fitness7284
@kml_fitness7284 14 сағат бұрын
KZbin kholte hi aap dikhte ho 😂
@tgayush1424
@tgayush1424 12 сағат бұрын
Same 😂😂😂
@kirangowda3508
@kirangowda3508 2 сағат бұрын
A=a+b B=a-b A=a-b
@eswarprasad2436
@eswarprasad2436 2 сағат бұрын
Maam i want to placed at product base company,i am btech 2nd year can u give roadmap 😊
@Heyy397
@Heyy397 2 сағат бұрын
Yeah please
@tgayush1424
@tgayush1424 12 сағат бұрын
Ooo yeahh xor for swapping
@datapractitioner
@datapractitioner 14 сағат бұрын
Python: a, b = b, a 😂😂😂
@vishalp2.0
@vishalp2.0 12 сағат бұрын
Interviewer :- can try with different approache😂
@SiddharthYarde
@SiddharthYarde 2 сағат бұрын
a=2, b=3 b=a+b a=b-a b=b-a Is it?
@ayushshaw1610
@ayushshaw1610 5 сағат бұрын
If possible then please give the solution in java also
@VREDITZ393
@VREDITZ393 14 сағат бұрын
Where is comment
@GeeksforGeeksVideos
@GeeksforGeeksVideos 14 сағат бұрын
Pinned
@anantyadav5382
@anantyadav5382 14 сағат бұрын
How the hell i would go to that link...😒
@GeeksforGeeksVideos
@GeeksforGeeksVideos 14 сағат бұрын
Check the pinned comment
@animatrixverse2005
@animatrixverse2005 15 сағат бұрын
🥴
@karanbadhai98
@karanbadhai98 7 сағат бұрын
A=A*B/A B=A*B/B Example A=5 B=6 A=(5*6)/5 30/5 6 B=(5*6)/6 30/6 5 A=6 B=5
@tgayush1424
@tgayush1424 12 сағат бұрын
Ooo yeahh xor for swapping
The 3 Laws of Writing Readable Code
5:28
Kantan Coding
Рет қаралды 767 М.
How I Mastered Data Structures and Algorithms in 8 Weeks
15:46
Aman Manazir
Рет қаралды 123 М.
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 16 МЛН
小路飞和小丑也太帅了#家庭#搞笑 #funny #小丑 #cosplay
00:13
家庭搞笑日记
Рет қаралды 17 МЛН
Turn Off the Vacum And Sit Back and Laugh 🤣
00:34
SKITSFUL
Рет қаралды 11 МЛН
ML Was Hard Until I Learned These 5 Secrets!
13:11
Boris Meinardus
Рет қаралды 344 М.
Making an Algorithm Faster
30:08
NeetCodeIO
Рет қаралды 165 М.
I Solved 100 LeetCode Problems
13:11
Green Code
Рет қаралды 269 М.
How Senior Programmers ACTUALLY Write Code
13:37
Thriving Technologist
Рет қаралды 1,6 МЛН
15 Years Writing C++ - Advice for new programmers
4:04
SyncMain
Рет қаралды 1,3 МЛН
My 10 “Clean” Code Principles (Start These Now)
15:12
Conner Ardman
Рет қаралды 298 М.