Answer Posted / ali
A data structure in computer science is a to store data in a
computer that can be used efficiently.It is an organitzation
of mathematical and logical concepts of data.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What are types of functions?
How can I ensure that integer arithmetic doesnt overflow?
What does *p++ do? What does it point to?
What is malloc return c?
State two uses of pointers in C?
What is the benefit of using const for declaring constants?
regarding pointers concept
Is printf a keyword?
Is c a great language, or what?
How to create struct variables?
What is the meaning of c in c language?
What is an array? What the different types of arrays in c?
What are compound statements?
Can you mix old-style and new-style function syntax?