Home
About Us
Privacy Policy
Contact Us
Tech n Facts
"Know Hacking! But No Hacking!"
Tux Education
Our New Education Channel Please Share And Subscribe It...
Navigation
Technology
Inventions
Gadgets
Reports
Updates
Facts
Android
Apps
Games
Updates
Windows
Tricks
Updates
Reports
Hacking
Tricks
Phishing
Education
BCA Stuff
C Programming
Books
Extra Stuff
VIT
Data Structure
Java
Computer Architecture
My Hackathon Project
Home
»
C
»
/* Printing ASCII Value */
/* Printing ASCII Value */
in
C
- on 11:36:00 AM -
No comments
// Compiler : Dev C++4.9.9.2
#include<stdio.h>
int main()
{
int i;
printf("\t\t\t: : : ASCII Chart : : :\n\n\n");
for(i=0; i<255; i++)
printf("\n\t%c : %d",i,i);
getch();
return 0;
}
Tweet
Post a Comment
Newer Post
Older Post
Home
Social Media
Post a Comment