aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Fundamental Data Structures
  • Which of the following datatypes is used in C++ to implem...
Multiple choice

Which of the following datatypes is used in C++ to implement linked list in a program?

  1. Array

  2. Pointer

  3. Structure

  4. Function

  5. Union

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This datatype is used in C++ to implement linked list in a program.

Keep practicing — related questions

  • Which one of the following is a user defined data type?
  • Which of the following data types in C++ shares the same memory location with one or more variables?
  • Which of the following data types is used in 'C' to deal with different data types in a single unit?
  • Which of the following data structures are used to implement stack in a computer?
  • Which of the following is the derived data type in C++?
  • Which of the following types of data structure is the one in which each node points to the next node and al...
  • Which data type is/are more suitable to use database applications in 'C'?
  • Assume the following C variable declaration: int *A [10], B [10][10]; Which of the following expressions wi...
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Data Structures and Algorithms (1518 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy