Home
About Us
Contact Us
Terms And Conditions
Privacy Policy
Disclaimer
Ticker
6/recent/ticker-posts
Home
C
C programming, Find American standard code for information interchange value of a character.
C programming, Find American standard code for information interchange value of a character.
Simplify Articles
February 01, 2025
#include <stdio.h>
int main() {
char c;
printf("Enter a character: ");
scanf("%c", &c);
printf("ASCII value of %c = %d", c, c);
return 0;
}
Post a Comment
0 Comments
Night Mode
🌓 Toggle Night Mode
Labels
Business Communication II
8
Business Economics
12
Emerging Technologies & Apps
8
Human Behaviour & Organisation
7
Indian Constitution
10
Marketing Management
8
Media Literacy & Critical Thinking
9
0 Comments