what is importance of data sturture in a programming
language?

Answer Posted / sumit singh

Logical representation and organization of data in the main
memory in other words it is a logical memory representation
of a storage.

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num

2205


What are the two main components of c++?

597


Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes

595


Write a program to interchange 2 variables without using the third one.

590


What are the benefits of oop in c++?

597






What is the type of this pointer in c++?

640


What is c++ mutable?

713


Describe the syntax of single inheritance in C++?

651


If a header file is included twice by mistake in the program, will it give any error?

559


Is swift better than c++?

544


What does scope resolution operator do?

609


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

623


Which software is used for c++ programming?

624


Is ca high or low level language?

592


What is the cout in c++?

558