Tag: programming

0

ABCTF - 30 - TGIF - Programming

Information# Version# By Version Comment noraj 1.0 Creation CTF# Name : ABCTF 2016 Website : http://abctf.xyz/ Type : Online Format : Jeopardy - Student CTF Time : link Description# Friday

0

Variables type size and formaters in C

Variables# Type Size Min Max signed char 8 bits -128 +127 unsigned char 8 bits 0 +255 short 16 bits -32,768 +32,767 unsigned short 16 bits 0 +65,535 int 16 bits -32,768 +32,767 unsign