08.11.2014 Views

c_kitap

c_kitap

c_kitap

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

C ve Sistem Programcıları Derneği - C Ders Notları - Necati Ergin<br />

#define and &&<br />

#define and_eq &=<br />

#define bitand &<br />

#define bitor |<br />

#define compl ~<br />

#define not !<br />

#define not_eq !=<br />

#define or ||<br />

#define or_eq |=<br />

#define xor ^<br />

#define xor_eq ^=<br />

175/529

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!