Answer Posted / cynthia
Data may be organized in different ways.The logical or
mathematical model of a particular organization of data is
called a data structure.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How are structure passing and returning implemented?
What is the use of define in c?
Is Exception handling possible in c language?
What is the difference between abs() and fabs() functions?
What is the correct declaration of main?
What is the difference between malloc() and calloc() function in c language?
What is data structure in c and its types?
What is an array in c?
Why header file is used in c?
Can i use “int” data type to store the value 32768? Why?
What is formal argument?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Why malloc is faster than calloc?
What are the 4 types of programming language?
Difference between constant pointer and pointer to a constant.