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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between class and object in c?
Is the exit() function same as the return statement? Explain.
What does %d do in c?
What is a c token and types of c tokens?
What is wrong in this statement?
Explain what does a function declared as pascal do differently?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
What are run-time errors?
What does emoji p mean?
Why is c known as a mother language?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What is the significance of an algorithm to C programming?
What are the different types of endless loops?
Can we increase size of array in c?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?