Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is data structure?

Answers were Sorted based on User's Feedback



what is data structure?..

Answer / 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

what is data structure?..

Answer / raju

ds is a collection of data elements and arranhed aspcific
manner

Is This Answer Correct ?    3 Yes 1 No

what is data structure?..

Answer / 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

what is data structure?..

Answer / jh

ds is an data structure

Is This Answer Correct ?    1 Yes 0 No

what is data structure?..

Answer / lokesh

ds is an organising of data

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }

1 Answers  


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

0 Answers  


How can I trap or ignore keyboard interrupts like control-c?

0 Answers  


write a program to print largest number of each row of a 2D array

0 Answers  


Write a C program to print 1 2 3 ... 100 without using loops?

15 Answers   Hindalco,


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

2 Answers  


What is the purpose of the statement: strcat (S2, S1)?

0 Answers  


please give me some tips for the placement in the TCS.

0 Answers   TCS,


What is data structure in c and its types?

0 Answers  


How to convert decimal to binary in C using recursion??

4 Answers   HP, IBM,


HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE

3 Answers   Wipro,


While(1) { } when this loop get terminate is it a infinite loop?

5 Answers  


Categories