Answer Posted / rose
An organization of information, usually in memory, for
better algorithm efficiency, such as queue, stack, linked
list, heap, dictionary, and tree, or conceptual unity, such
as the name and address of a person. It may include
redundant information.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Write a program to print factorial of given number without using recursion?
What are the types of i/o functions?
What is "Hungarian Notation"?
What is n in c?
What is the advantage of c?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
Can we declare variable anywhere in c?
how to count no of words,characters,lines in a paragraph.
What are the 5 elements of structure?
explain what are pointers?
Sir i need notes for structure,functions,pointers in c language can you help me please
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is extern variable in c with example?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.