Skip to content
This repository was archived by the owner on Oct 23, 2018. It is now read-only.

Files

Latest commit

 

History

History

Magical_programs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

All the beautiful programs and scripts giving unexpected outputs

  • magic_see.c : The c program with simple loop.

The loop continuous infintely.

The int ii is iterated over range [0,2). But the program continuos without stopping.

Use -fno-stack-protector flag in gcc for compile if don't work.

The reason is stack smashing