Printing char using C language.
#include<stdio.h>
int main() {
char hash = '#';
printf("charecter is %c\n", hash);
return 0;
}
My YouTube Channel ::
Thanks for visiting my Blog. Hopefully it helped you. Please check out more blogs for practice.
We will meet soon. bye. Jay Hind...
Comments
Post a Comment