The iso646.h header in c was defined as part of the c99 standard .

It defines replacement for equality , boolean and bitwise operators . For example instead of using the bitwise && operator , the and replacement can be used .

iso646.h operators replacements do not work in string or character literals .

iso646.h header in c , a tutorial featured image 226 by 227

A trigraph in c is formed of three characters . The first two characters are interrogation marks ?? , and the last character represent a character .

In this tutorial we will explain what is a trigraph in c .

What is a trigraph in c ? featured image 254 by 254
« Previous Next »