Anda di halaman 1dari 1

<< >>

cout() cin()
clrscr() Memory Space

#include
<iostream.h> #include provide information on
Every program starts <conio.h>
with the header files
Type Of Variable
included
HEADER FILES
DATA TYPES

Basic Syntax

CONDITIONAL
SHORT HANDS x-=10 x=x-10;
OPERATORS
OR
NOT x*=3 x/=2 x%=z
AND
;; x=x%z
! x=x*3 x=x/2
&&

Anda mungkin juga menyukai