Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 198 Bytes

4_bool.md

File metadata and controls

14 lines (11 loc) · 198 Bytes

Tipo booleano

OPERATORE - NUMERO ARG - POSIZIONE ! - unario - prefisso && - binario - infisso || - binario - infisso

bool -> int true -> 1 false -> 0

int -> bool n!=0 -> true 0 -> false