what is data structure?

Answer Posted / anandshan01

A data structure is particular way of storing and
organising data in a computer so that it can be
efficiently...

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

645


if p is a string contained in a string?

1404


What are global variables?

640


What do you mean by c?

583


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

636






What are the restrictions of a modulus operator?

628


What does nil mean in c?

667


What is substring in c?

634


Is null always equal to 0(zero)?

578


Can 'this' pointer by used in the constructor?

608


What’s the special use of UNIONS?

655


How can I delete a file?

626


Explain how do you view the path?

649


When a c file is executed there are many files that are automatically opened what are they files?

589


What is a null string in c?

583