346
GB
A linked list node contains?
IN
एक लिंक्ड सूची नोड में शामिल है?
A
Data only
केवल डेटा
B
Pointer only
केवल सूचक
C
Data and pointer to next node
अगले नोड के लिए डेटा और सूचक
D
Index and data
सूचकांक और डेटा
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English)
A linked list node stores data and a pointer (link) to the next node in the list.
व्याख्या (हिन्दी)
एक लिंक्ड सूची नोड सूची में अगले नोड पर डेटा और एक पॉइंटर (लिंक) संग्रहीत करता है।