Search
 
SCRIPT & CODE EXAMPLE
 

C

c check if character is a punctuation

char ch = '!';
 if(ispunct(ch))
   printf("punctuation");     
 else
     printf("other symbol" );
// output: punctuation
CCopy
Comment

PREVIOUS NEXT
Code Example
C :: fgets langage c 
C :: how to devowel string in c program 
C :: python adding calculator 
C :: c multithreading sum from 0 to 1000 
C :: search and then change string -- strstr and strcpy 
C :: largest value in u32 
C :: lmkmaksmxkmakkxxamkskaamkamkaxsmkasm 
C :: user define 
C :: + ********************* 
C :: email dev Microsoft Outlook 2007 items all aligned left or aligned wrong 
C :: reverse number in c 
C :: function pointer in c 
C :: split string at space C 
C :: difference between int main() and int main(void) 
C :: printf n characters c 
C :: default password raspberry pi 
Dart :: how can i move floating action button to center flutter 
Dart :: rel canonical tag 
Dart :: flutter random pick in list 
Dart :: showdialog with builder flutter 
Dart :: FirebaseOptions cannot be null when creating the default app 
Dart :: flutter chip label 
Dart :: flutter android x 
Dart :: alertdialog flutter outside click disble 
Dart :: flutter animated container 
Dart :: put bottom sheet above keyboard flutter 
Dart :: flutter mirror-inverted widget 
Dart :: extend class flutter 
Dart :: time difference flutter 
Dart :: flutter column min height screen sixe 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =