ЁЯУв Too many exams? DonтАЩt know which one suits you best? Book Your Free Expert ЁЯСЙ call Now!


    Question

    struct student { ┬а┬а┬а char[30] name;

    ┬а┬а┬а int age; ┬а┬а┬а //structure for address which has different parts ┬а┬а┬а struct Address ┬а┬а┬а { ┬а┬а┬а┬а┬а┬а┬а char[50] locality; ┬а┬а┬а┬а┬а┬а┬а char[50] city; ┬а┬а┬а┬а┬а┬а┬а int pincode;┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а ┬а┬а┬а }addr; }; The above is:
    A Nesting of function Correct Answer Incorrect Answer
    B Nesting of array Correct Answer Incorrect Answer
    C Nesting of structure Correct Answer Incorrect Answer
    D Nesting of address Correct Answer Incorrect Answer
    E All of these Correct Answer Incorrect Answer

    Solution

    It is nesting of structure as deals with the structure place inside structure.

    Practice Next
    More IT Operating System Questions

    Relevant for Exams:

    ask-question