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


    Question

    Which C operator is used to access a value at a memory

    address stored in a pointer?
    A & Correct Answer Incorrect Answer
    B * Correct Answer Incorrect Answer
    C -> Correct Answer Incorrect Answer
    D . Correct Answer Incorrect Answer
    E % Correct Answer Incorrect Answer

    Solution

    The dereference operator * accesses the value at the address a pointer holds.

    Practice Next
    More C Programming Questions
    ask-question