---
title: "Getting silly with C, part &((int*)-8)[3]"
url: https://daily.dev/posts/getting-silly-with-c-part-int--8-3--vlgaijam6
source_url: https://lcamtuf.substack.com/p/getting-silly-with-c-part-and-int1
type: article
source: "Lobsters"
published: 2026-06-07T01:24:52.772Z
updated: 2026-06-07T17:45:01.388Z
tags: ["c"]
reading_time: 2
upvotes: 14
comments: 3
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting silly with C, part &((int*)-8)[3]

**[Lobsters](https://daily.dev/sources/lobsters)** · 2 min read · 14 upvotes · 3 comments

## Summary

A satirical, humorous deep-dive into bizarre but technically valid (or intentionally broken) C code snippets. The post presents absurd 'advice' on function definitions, operator precedence, goto statements, and arithmetic — each backed by a Godbolt demo — showcasing obscure C syntax, undefined behavior, and compiler edge cases in a comedic format. It's the fourth installment in a series poking fun at C's many dark corners.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://lcamtuf.substack.com/p/getting-silly-with-c-part-and-int1>

## Community discussion

Top comments from developers on daily.dev.

**@kabirzfw** · 0 upvotes

> Have you seen submissions in the Int'l Obfuscated C code contest?

**@akkitto** · 0 upvotes

> C is broken by design.

## Similar posts on daily.dev

- [C\+=0.25](https://daily.dev/posts/c-0-25-fbbk4rxps) · The Daily WTF · 5 upvotes · 0 comments

---

Tags: [#c](https://daily.dev/tags/c)

[View this post on daily.dev](https://daily.dev/posts/getting-silly-with-c-part-int--8-3--vlgaijam6)
