Answer Posted / p.saravanana
Data structure is a (computer science) the organization of
data (and its storage allocations in a computer)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
How do we declare variables in c?
Explain union.
What is define c?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
Is main is a keyword in c?
Is there sort function in c?
What is a static variable in c?
What language is windows 1.0 written?
What is scope and lifetime of a variable in c?
What are the rules for the identifier?
Can you subtract pointers from each other? Why would you?
Define recursion in c.
How do you use a 'Local Block'?
What is the benefit of using #define to declare a constant?