/* A syntax exception (invalid conversion specifier) example*/ #include #include void main() { char c = 's'; printf("The value of c is %q",c); }