C
ispunct()
checks whether character is a punctuation
Syntax:int ispunct(int c);
Example:#include
int main()
{
char ch = '!';
if ( ispunct ( ch ) )
printf ( "Character is a punctuation character" ) ;
else
printf ( "\nCharacter is not a punctuation character" ) ;
}
Output:
Character is a punctuation character
Content
License.
All information of this service is derived from the free sources and is provided solely in the form of quotations.
This service provides information and interfaces solely for the familiarization (not ownership) and under the "as is" condition.
Copyright 2016 © ELTASK.COM. All rights reserved.
Site is optimized for mobile devices.
Downloads: 363 / 158798051. Delta: 0.00253 с