Wednesday, March 30, 2011

C programming how to check capital vs lower case?

if ( (x=='a') || (x=='A') )

No comments:

Post a Comment