Letters case switching one alternative method

zhaozj2021-02-16  83

Void main () {char A = 'z';

a ^ = 0x20;

Printf ("% c", a);

}

This example is lowercase. Try the uppercase to turn lowercase, just change 'Z' to 'Z'

转载请注明原文地址:https://www.9cbs.com/read-12568.html

New Post(0)