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 can you find the day of the week given the date?
What does sizeof int return?
What does it mean when a pointer is used in an if statement?
explain what is a newline escape sequence?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What language is windows 1.0 written?
Can you write the algorithm for Queue?
What is #error and use of it?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is the difference between typedef struct and struct?
What is an operator?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
What type is sizeof?
What is the use of pragma in embedded c?