ispunct ( ) function in C language checks whether given character is punctuation or not. Syntax for ispunct( ) function is given below. int ispunct( int x ); ...
確定! 回上一頁