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

How do you determine the length of a string value that was stored in a variable?

0 Answers  


What is character constants?

0 Answers  


Write a code to generate divisors of an integer?

0 Answers   Ericsson,


Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......

2 Answers  


How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...

0 Answers  


Difference Between embedded software and soft ware?

1 Answers   Bosch,


main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }

10 Answers   TCS, Vector,


How can we see the Expanded source code and compiled code for our source program in C?

1 Answers  


how do we remove the printed character in printf statement and write next it it

1 Answers  


Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.

3 Answers   HCL,


A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }

2 Answers   Wipro,


struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??

9 Answers   Verifone,


Categories