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 is break statement?
Why do we use namespace feature?
Describe the header file and its usage in c programming?
Write a C program to count the number of email on text
What is the purpose of type declarations?
How many bytes are occupied by near, far and huge pointers (dos)?
What are the different types of endless loops?
Why is it that not all header files are declared in every C program?
What is array of structure in c programming?
Why use int main instead of void main?
program for reversing a selected line word by word when multiple lines are given without using strrev
Explain About fork()?
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
How can I write a function that takes a format string and a variable number of arguments?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);