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

  • google app store apple app store
  • ✖

      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

      Relevant for Exams:

      ask-question