Skip to content

Boardor

  • Home
  • About
  • Contact
  • Login

alcohol consumption

C Language Diary

2025-09-25 by boardor
C Language Diary

int main(){ int i = 1, s = 0; do { s = s + i; i++; } while (i <= 100); printf(“%d”, s); return 0;} A program I wrote to calculate the sum of natural numbers. Well, it took about 1 hour. I can’t help it; I am a C enthusiast, but this is … Read more

Categories Embedded Software & Tools Tags agile development, alcohol consumption, Application Programming, C language, Natural Numbers Leave a comment

#IndustrialAutomation #RoboticsTechnology .NET IoT 3C Electronics 51 Microcontroller AI Accelerator Alarm Clock Alpine Linux Anti-Debugging Application Programming Arduino AsyncMQTT_ESP32 Async Programming Automotive Electronics Automotive Semiconductors Bluetooth C/C++ CircuitPython DIY Embedded Development Embedded Systems Exploration Robotics Huichuan PLC Industrial Raspberry Pi Machine Learning open source Raspberry Pi Software Development STM32

Recent Posts

  • Traffic Police Reminder: 5 Changes to C License in 2024 Affecting Every Driver! Don't Ignore It!
    Traffic Police Reminder: 5 Changes to C License in 2024 Affecting Every Driver! Don’t Ignore It!
  • C/C++ Programming Standards
    C/C++ Programming Standards
  • C Language Diary
    C Language Diary
  • 482.22°C! Will Earth Become the Next Venus?
    482.22°C! Will Earth Become the Next Venus?
  • Powerful and Common Commands in Linux: find and grep
    Powerful and Common Commands in Linux: find and grep