design class for linked list and include
constructor,destructor,insert option.
node of form
struct node
{
int data;
struct node &ptr;
}
No Answer is Posted For this Question
Be the First to Post Answer
What is the different between Applet and Application?
#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }
What are the data types in oop?
what is the drawback of classical methods in oops?
What is byval and byref? What are differences between them?
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
1. Strong name 2. how to prevent a class from being inherited 3. delegates 4. default modifier for interface 5. default modifier for class 6. base class for exception 7. diff bet trigger and view in sql 8. how to exchange values from one page to another page 9. can multiple catch block ll be executed at same time 10. can u store different data types in an array & array list 11. when we ll use trigger 12. try,catch,finally usage
What language is oop?
What are oops functions?
What are the types of abstraction?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is deep and shalow copy?