Print an Integer Entered by the User:
#include studio.h>
#include conio.h>
int main()
{
int n;
printf("Enter an integer: ");
scanf("%d", &);
printf("You entered: %d", n);
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