C Programming Tutorial - 21 Swapping of Two Number without 3rd Variable

preview_player
Показать описание
swapping is to exchange values of two variables.

Follow on Facebook:

Subscribe to our other channel:
Telusko Hindi :
Рекомендации по теме
Комментарии
Автор

It is easy to swap the numbers if we take a in place of b and b in place of a in the second printf
i.e printf("a: %d, b: %d", b, a);
note this is second printf.!

unknown-xqxl
Автор

Thank you sir this videos help me a lot

dhaivatpatel
Автор

Your videos are very good, understandable, But please tell us how to know the binary format for each number, like you said the binary format for 6.Thank you

Thanveershah
Автор

Thank you for these great tutorials but isn't the size of an int nowadays 4 bytes (32bit/64bit platform) ?

MonteMusicChannel
Автор

sir please explain how to find binary formats of numbers like 5 and 6

harsharora
Автор

Sir please share easy ide like this one as xcode, which are available for windows

krunalkapadia