Explain what is dynamic data structure?
No Answer is Posted For this Question
Be the First to Post Answer
What are the basic data types associated with c?
What is an lvalue in c?
Why can’t we compare structures?
Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code
Is double link list a linear data structure? If Yes, Why?If No, Why?
compare array with pointer?
Explain the use of keyword 'register' with respect to variables.
How do I convert a string to all upper or lower case?
What is the meaning When we write "#include" what is # and what does include does there???
What's wrong with "char *p = malloc(10);" ?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
write a program to display the numbers having digit 9 in the given range from 1 to 100