169 похожих чатов

A = 0; b = ++a - a++; // 1 How its

results to 1?

11 ответов

6 просмотров

++x = increment before operation x++ increment after operation b = 1 - 0

maybe c/c++ does that as a result of an UB

Alien X- Автор вопроса
Inuk Syooperstar
++x = increment before operation x++ increment aft...

1 - 1(a++) = 0 after the a used it should increment doesn't it

Alien X- Автор вопроса
Alien X
1 - 1(a++) = 0 after the a used it should incremen...

either it's like python, where the values are not actually assigned until after the expression, or it's read right-to-left - i'm not well-versed enough in C to say for sure

Alien X- Автор вопроса
Inuk Syooperstar
either it's like python, where the values are not ...

I got you its expressed from right to left. Thanks bro!!

Nader Jafari
screenshot maybe c/c++ does that as a result of an UB

it is an UB in C and as usual gcc generates the stupid binary where b = 1 while clang's binary is similar to jvm and v8's answer where b = 0

Nader Jafari
screenshot maybe c/c++ does that as a result of an UB

Is that windows 7. It looks awfully similar

Похожие вопросы

Обсуждают сегодня

30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
14
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
33
Как передать управляющий символ в открытую через CreateProcess консоль? Собсна, есть процедура: procedure TRedirectThread.WriteData(Data: OEMString); var Written: Cardinal;...
Serjone
6
в JclConsole объявлено так: function CtrlHandler(CtrlType: DWORD): BOOL; stdcall; - где ваше объявление с stdcall? у вас на картинке нет stdcall
Karagy
8
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
~ 2m21s  nix shell github:nixos/nixpkgs#stack ~  stack ghc -- --version error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:...
Rebuild your mind.
6
Карта сайта