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...


1 What is a Data Structure?



1 What is a Data Structure?..

Answer / nashiinformaticssolutions

A data structure is a type of storage format that specifies how information is arranged, saved, and worked with.
Trees, graphs, and arrays are a few well-known data structures.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

two variables are added answer is stored on not for third variable how it is possible?

3 Answers  


inline function is there in c language?

4 Answers  


What are different types of variables in c?

0 Answers  


void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }

3 Answers  


What is volatile variable in c?

0 Answers  


What is .obj file in c?

0 Answers  


#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā€); #endif

4 Answers   IBM, Vector,


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

0 Answers  


What is a structure member in c?

0 Answers  


What is a null string in c?

0 Answers  


WAP to convert text into its ASCII Code and also write a function to decode the text given?

2 Answers  


How can I ensure that integer arithmetic doesnt overflow?

0 Answers  


Categories