what is importance of data sturture in a programming
language?
Answer Posted / disha
Data structure is an organisation of data in which data can
be organised in many different ways
... logical
... mathematical
| Is This Answer Correct ? | 27 Yes | 12 No |
Post New Answer View All Answers
Out of fgets() and gets() which function is safe to use and why?
Write about c++ storage classes?
What is the main function c++?
What is pair in c++?
Write about all the implicit member functions of a class?
What is the purpose of templates in c++?
If I is an integer variable, which is faster ++i or i++?
What is object file? How can you access object file?
Explain differences between new() and delete()?
What is the header file for setw?
How do I make turbo c++ full screen?
What is low level language in simple words?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Does improper inheritance have a potential to wreck a project?
What does n mean in c++?