Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

Jagsir

@Jagsir
About
Posts
1
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • What was the most interesting, funny or silly Code you have ever read?
    J Jagsir

    int main (){
    long variable = -1;

        long var24 = 24;
        unsigned long var26 = 26;
    
        if( variable < var24 && (variable > var26)){
                printf("%ld, is a magic number, %lu, %ld, %ld", variable, variable, var24, var26);
        }
        return 0;
    

    }

    I was just wondering if this could come up somewhere in the code and still be funny. -JD

    The Weird and The Wonderful question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups