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
What is a breakpoint?
How is new() different from malloc()?
What is the best way to take screenshots of a window with c++ in windows?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
How to tokenize a string in c++?
Can c++ do everything c can?
Can we specify variable field width in a scanf() format string? If possible how?
What is a template in c++?
the first character in the variable name must be an a) special symbol b) number c) alphabet
What is the difference between the indirection operator and the address of oper-ator?
Write a program to interchange 2 variables without using the third one.
What is a pointer with example?
What are vtable and vptr?
Define stacks. Provide an example where they are useful.
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?