#include<stdio.h>
int main() { int caps; //use for loop to print the capital latter form A to Z for(caps = 65;caps<91;caps++) { printf("\nThe ASCII value of %c is %d",caps,caps); } return 0; }
YouTub Video
This blogger has been created for the purpose of education. The owner of this blogger is Vikas Kumar Sharma who has worked hard in making this blog lo, only coding related topics are posted in this blog. Computer people who want to learn the language, follow this blog and post it to others
# include < stdio.h > # include < string.h > int main ( ) { //declare variables char str1 [ 30 ] ; int i , len...
No comments:
Post a Comment