Print ASCII Value
#include studio.h>
#include conio.h>
int main()
{
char a;
printf("Enter any character");
scanf("%c", &a);
printf("ASCII value of %c = %d", a, a);
return 0;
}
Raspberry Pi,MQTT, Thing Speak, Wi-Fi, BLE, Ethernet, I2C, SPI, UART, 8085, 8086, 8051, PIC, ATMEGA, Arduino, NodeMCU, LPC 2148, ARM cortex M0, ARM cortex M1, ARM cortex M3, MSP430, EFM32LG.
0 comments:
Post a Comment
if you have any doubt please let me know