what is the difference between linear list linked
representaion and linked representation? what is the
purpose of representing the linear list in linked
represention ? is it not avoiding rules of linear
represention?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is copy constructor? Can we make copy constructor private in c++?

0 Answers  


Is there any function that can skip certain number of characters present in the input stream?

0 Answers  


what is importance of data sturture in a programming language?

22 Answers   L&T, TCS, Wipro,


Is python written in c or c++?

0 Answers  


Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];

4 Answers   Quark,






What are the difference between reference variables and pointers in C++?

1 Answers  


What is class syntax c++?

0 Answers  


State two differences between C and C++.

0 Answers   Hexaware,


What is the benefit of c++?

0 Answers  


Can we make any program in c++ without using any header file and what is the shortest program in c++.

0 Answers   MCN Solutions,


What is a float in c++?

0 Answers  


structure contains int, char, float how it behaves for big endian and little endian?

1 Answers   BITS,


Categories