Skip to main content
added 2 characters in body
Source Link
null
  • 12.3k
  • 3
  • 61
  • 95

C, 5 characters

main; 

It's a variable declaration - int type is implied (feature copied from B language) and 0 is default value. When executed this tries to execute a number (numbers aren't executable), and causes SIGSEGV.

Try it online!

C, 5 characters

main; 

It's variable declaration - int type is implied (feature copied from B language) and 0 is default value. When executed this tries to execute a number (numbers aren't executable), and causes SIGSEGV.

Try it online!

C, 5 characters

main; 

It's a variable declaration - int type is implied (feature copied from B language) and 0 is default value. When executed this tries to execute a number (numbers aren't executable), and causes SIGSEGV.

Try it online!

added 88 characters in body
Source Link
null
  • 12.3k
  • 3
  • 61
  • 95

C, 5 characters

main; 

It's variable declaration - int type is implied (feature copied from B language) and 0 is default value. When executed this tries to execute a number (numbers aren't executable), and causes SIGSEGV.

Try it online!

C, 5 characters

main; 

It's variable declaration - int type is implied (feature copied from B language) and 0 is default value. When executed this tries to execute a number (numbers aren't executable), and causes SIGSEGV.

C, 5 characters

main; 

It's variable declaration - int type is implied (feature copied from B language) and 0 is default value. When executed this tries to execute a number (numbers aren't executable), and causes SIGSEGV.

Try it online!

Remove useless 'follow'.
Source Link
null
  • 12.3k
  • 3
  • 61
  • 95

C, 5 characters

main; 

It's variable declaration - int type is implied (feature copied from B language) and 0 is default value. When executed this tries to follow execute a number (numbers aren't executable), and causes SIGSEGV.

C, 5 characters

main; 

It's variable declaration - int type is implied (feature copied from B language) and 0 is default value. When executed this tries to follow execute a number (numbers aren't executable), and causes SIGSEGV.

C, 5 characters

main; 

It's variable declaration - int type is implied (feature copied from B language) and 0 is default value. When executed this tries to execute a number (numbers aren't executable), and causes SIGSEGV.

Mention true reason for `SIGSEGV`.
Source Link
null
  • 12.3k
  • 3
  • 61
  • 95
Loading
added 33 characters in body
Source Link
null
  • 12.3k
  • 3
  • 61
  • 95
Loading
Source Link
null
  • 12.3k
  • 3
  • 61
  • 95
Loading