what is the different between data structure and data type?

Answer Posted / shalini

data structure is the way of organising and storing the
data, where as data type is the one that defines the
required data for the program requirement.
ex: integer, char,float

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between malloc() and calloc()?

613


How can I change their mode to binary?

690


Explain #pragma statements.

600


Is c object oriented?

536


What are terms in math?

583






Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

615


Explain spaghetti programming?

682


What is printf () in c?

576


How many levels of pointers can you have?

695


What is the use of a ‘’ character?

582


Why flag is used in c?

651


What's the best way of making my program efficient?

621


What happens if header file is included twice?

650


int far *near * p; means

3115


write a program in c language to print your bio-data on the screen by using functions.

6240