Skip to content

Undefined - behavior is not defined in C standard and may be compilers change it to defined #6

Description

@Vishwajith-K
  • Number of shifts for a number is negative ( a << -10)
  • Number of shifts for a number is more than the bits in the number (sizeof(a) == 32 && a << 33)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions