为什么c中的“ if(-8&7)”为假?

时间:2019-12-02 19:39:56

标签: c

为什么{ "compilerOptions": { "watch": true, "target": "ES2015", "module": "system", "lib": [ "dom", "es2015", "scripthost" ], "allowJs": true, "sourceMap": true, "outFile": "./debug/js/bundle.js", "outDir": "./debug/js", "strict": true, "noImplicitAny": true, "strictNullChecks": true, "noImplicitThis": true, "alwaysStrict": true, "rootDirs": [ "./src", "../node_modules/three/build" ], "baseUrl": ".", "paths": { "node_modules": ["node_modules"], "three": ["node_modules/three/src/Three"] }, "removeComments": true, "isolatedModules": false, "esModuleInterop": false, "moduleResolution": "Node", "incremental": true, "pretty": true }, "exclude": [ "../debug", "../build", "../node_modules/tslint" ] } 在C语言中为假?

我是C语言的新手,我遇到了这个问题。我缺乏回答这个问题所需的知识,而且我似乎无法理解我找到的有关类似问题的答案,因为我无法将它们与自己的问题联系起来。 谢谢,谢谢!

0 个答案:

没有答案