/* splitFormat exception example*/ #include #include void main() { int a = 1; printf("The value of a is %j",a); }