About 59,400,000 results
Open links in new tab
  1. Constant Contact : Login

    Constant Contact connects the dots with marketing advice and resources built for you

  2. Constants in C - GeeksforGeeks

    Nov 1, 2025 · In C programming, const is a keyword used to declare a variable as constant, meaning its value cannot be changed after it is initialized. It is mainly used to protect variables …

  3. C Constants - W3Schools

    Another thing about constant variables, is that it is considered good practice to declare them with uppercase. It is not required, but useful for code readability and common for C programmers:

  4. CONSTANT Definition & Meaning - Merriam-Webster

    continual, continuous, constant, incessant, perpetual, perennial mean characterized by continued occurrence or recurrence. continual often implies a close prolonged succession or recurrence.

  5. CONSTANT Definition & Meaning | Dictionary.com

    CONSTANT definition: not changing or varying; uniform; regular; invariable. See examples of constant used in a sentence.

  6. CONSTANT | definition in the Cambridge English Dictionary

    The mathematical constant pi represents the ratio of a circle's circumference to its diameter. We assume that the demand rate is known and is a constant.

  7. C - Constants - Online Tutorials Library

    A constant in C is a user-assigned name to a location in the memory, whose value cannot be modified once declared. This is in contrast to a variable in C, which is also a named memory …

  8. Constants (GNU C Language Manual)

    A constant is an expression that stands for a specific value by explicitly representing the desired value. C allows constants for numbers, characters, and strings.

  9. C Constants

    The PI symbolic constant makes your code more readable because it tells you the value and its meaning. Also, if a constant is used in several places, it’s better to use a symbolic constant …

  10. C Constants & Literals | What is Constant? full Explanation | Learn ...

    6 days ago · You’ll learn how constants protect your data and how literals represent fixed values in your code. 📌 What You’ll Learn in This Video: What are constants in C? Types of constants ...