How many types of linked lists what are they?
How many types of data structures?
Answer Posted / ankit prajapati jmp
There are two tyes of link lists that are given beloow
1.single linked link list,
2.double linked link list
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the restrictions of a modulus operator?
What is the difference between c &c++?
Did c have any year 2000 problems?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
main() { printf("hello"); fork(); }
What is scope of variable in c?
What are the general description for loop statement and available loop types in c?
Explain how do you sort filenames in a directory?
What is a structure in c language. how to initialise a structure in c?
How can you determine the size of an allocated portion of memory?
What is volatile c?
What are global variables?
how logic is used
What is omp_num_threads?
Can you please explain the scope of static variables?