• Skip to main content
  • Skip to primary sidebar

RNTLab.com

The Ultimate Shortcut to Learn Electronics and Programming with Open Source Hardware and Software

  • Courses
  • Forum
    • Forum
    • Ask Question
  • Shop
  • Account
  • Blog
  • Login

const int and int

Q&A Forum › const int and int
0 Vote Up Vote Down
alberto.microeng asked 6 years ago
2 Answers
0 Vote Up Vote Down
DK answered 6 years ago

Hi
 
int val = 7;            //  can changes as the integer val is used
 
const int val2 = 9; // never changes as the integer val2 is used, so val2 will always remind 9

0 Vote Up Vote Down
Sara Santos Staff answered 6 years ago

Hi Alberto.

I think it is worth taking a look at this discussion: https://forum.arduino.cc/index.php?topic=115386.0#targetText=The%20difference%20between%20int%20and,it%20must%20not%20be%20const.

It explains the difference between int, const int, and #define.

I hope this helps.

Regards,

Sara

Primary Sidebar

Login to Ask or Answer Questions

This Forum is private and it’s only available for members enrolled in our Courses.

Login »

Latest Course Updates

  • [eBook Updated] Learn Raspberry Pi Pico/Pico W with MicroPython eBook – Version 1.2 May 26, 2025
  • [New Edition] Build ESP32-CAM Projects eBook – 2nd Edition April 16, 2025

You must be logged in to view this content.

Contact Support - Refunds - Privacy - Terms - MakerAdvisor.com - Member Login

Copyright © 2013-2025 · RandomNerdTutorials.com · All Rights Reserved

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.