• Курсы
  • Компилятор кода
  • Обсуждения
  • Цены
  • Teams
Menu
0

I wrote this code and result is -6. Can someone explain why?

#include<iostream> using namespace std; int main() { int x=5; cout<<~x; return 0; }

c++
12th Aug 2018, 8:57 AM
Ayan Biswas
Ayan Biswas - avatar
1 ответ
+ 2
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_Operators http://www.learncpp.com/cpp-tutorial/38-bitwise-operators/ ~ inverts the bits example ~ 1010 = 0101
12th Aug 2018, 9:29 AM
B K

Часто задают такие вопросы?

Учитесь эффективнее, бесплатно:

  • Введение в Python

    7.1M учащихся

  • Введение в Java

    4.7M учащихся

  • Введение в C

    1.5M учащихся

  • Введение в HTML

    7.5M учащихся

Смотреть все курсы
Актуальное сегодня
Need a personal tutor
1 Votes
I can't figure out how to use the getElementById code in JavaScript Code Playground, I've tried multiple times and watched YT
0 Votes
Fix code
0 Votes
How can I turn my .py files to .exe files?
1 Votes
How Much RAM is Required for Object Detection Project
0 Votes
Hey ! how to install modules on this app
0 Votes
Add lua
0 Votes
Summary please??
0 Votes
Software to write and run codes
0 Votes
Is it possible to generate a certificate of completion for the Python Core course?
0 Votes