logo
  • 教程列表
  • SO官方文檔
  • 實現定義的行為
    • 右移一個負整數
    • 為整數分配超出範圍的值
    • 分配零位元組
    • 有符號整數的表示
  1. StackOverflow 文件
  2. C Language 教程
  3. 實現定義的行為
  4. 為整數分配超出範圍的值

為整數分配超出範圍的值

Created: November-22, 2018

// Supposing SCHAR_MAX, the maximum value that can be represented by a signed char, is
// 127, the behavior of this assignment is implementation-defined:
signed char integer;
integer = 128;
  • 分配零位元組
  • 右移一個負整數

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明