How many types of linked lists what are they?
How many types of data structures?
Answer Posted / c manojkumar
Please explain me any one how these cocepts are useful?
Where we have to use?
Why we have to use these techniques?
| Is This Answer Correct ? | 13 Yes | 13 No |
Post New Answer View All Answers
What functions are in conio h?
What does malloc () calloc () realloc () free () do?
Explain what standard functions are available to manipulate strings?
Explain what is the best way to comment out a section of code that contains comments?
What is the purpose of realloc()?
Explain argument and its types.
What is the purpose of main() function?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What are nested functions in c?
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
Can a pointer be null?
What is substring in c?
Can we declare a function inside a function in c?
how to write a c program to print list of fruits in alpabetical order?
What is spaghetti programming?