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
Can we increase size of array in c?
How can a string be converted to a number?
p*=(++q)++*--p when p=q=1 while(q<=6)
Can you mix old-style and new-style function syntax?
What is the difference between scanf and fscanf?
When should I declare a function?
What should malloc(0) do?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Explain heap and queue.
Explain that why C is procedural?
Why does the call char scanf work?
What is masking?
code for quick sort?
What are reserved words with a programming language?
How will you write a code for accessing the length of an array without assigning it to another variable?