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
What is copy constructor? Can we make copy constructor private in c++?
Is there any function that can skip certain number of characters present in the input stream?
what is importance of data sturture in a programming language?
22 Answers L&T, TCS, Wipro,
Is python written in c or c++?
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];
What are the difference between reference variables and pointers in C++?
What is class syntax c++?
State two differences between C and C++.
What is the benefit of c++?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
What is a float in c++?
structure contains int, char, float how it behaves for big endian and little endian?