how can u create a doubly linked list with out using
pointers?
Answers were Sorted based on User's Feedback
Answer / ana
by multiple or single array
multiple: 3 arrays(size n) . first array for next, second
for keys and third for prev
single: 3*n size array, elements by triplets - next, key,
prev
| Is This Answer Correct ? | 5 Yes | 0 No |
Which operator cannot overload?
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
What is c++ 11 and c++ 14?
Check for Balanced Parentheses using Stack?
Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.
Write about the use of the virtual destructor?
Differentiate between a pointer and a reference with respect to c++.
What is the use of setprecision in c++?
3- Write a program to find larger and smaller of the two numbers.
Is map thread safe c++?
What you know about structures in C++?
0 Answers Agilent, ZS Associates,
What is an operator in c++?