📢 Too many exams? Don’t know which one suits you best? Book Your Free Expert 👉 call Now!


    Question

    In C, which keyword is used to define a constant

    value?
    A final Correct Answer Incorrect Answer
    B const Correct Answer Incorrect Answer
    C static Correct Answer Incorrect Answer
    D define Correct Answer Incorrect Answer
    E immutable Correct Answer Incorrect Answer

    Solution

    const declares a variable whose value cannot be modified after initialization.

    Practice Next
    ask-question