GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Tech FAQs  >  OOPS
Go To First  |  Previous Question  |  Next Question 
 OOPS  |  Question 70 of 255    Print  
What is a structure?

  
Total Answers and Comments: 2 Last Update: November 03, 2005   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
September 01, 2005 06:03:29   #1  
s.annalakshmi        

RE: What is a structure?
the struct can handle different data types
 
Is this answer useful? Yes | No
November 03, 2005 04:35:30   #2  
soumya        

RE: What is a structure?
A structure is a cunstructed data type, Which has a mecanism for packing of different type of data.
 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : The basic difference in C and C++ structures is :1) In C , default access for structure members is public2) In C++ , defaulot access for structres is private ...

Latest Answer : A structure is a cunstructed data type, Which has a mecanism for packing of different type of data. ...

Latest Answer : The main difference between the Structer and the union is the memory allocation for it`s variables. The Structer allocates the memory that is equal to the sum of the size of all it`s data members, whereas the union allocates the memory ...

Latest Answer : They all are User defined data types not the standered data types. ...

Latest Answer : Yes, a simple exp is the link list. ...
Tags : Pointer

Latest Answer : There is no way you can compare the two structure variables.for Ex:stucture test a, b;     if (a == b)   // is wrong, we can't compair structure as whole.Instread, we should compare individual members of the structures. ...

Latest Answer : This is implemented similar to the way normal data typr passing and returning implemented. It is always good to pass pointer to structure rather than entire structure, ...

Latest Answer : When the storage is at premium , it may be necessary to pack several objects into single machine word , one common use is a set of single bit flags in application like compiler symbol tables. A bit field or field for short is a set of adjacent bits with ...

Latest Answer : 1)class is the advanced and the secured form of structure.2)Both are the abstract and user defined data types.3)By default the the behavior of the class contents is private and the structure is public.4)In C++ the structure is the class with public behavior.5)In ...

If we create a array of structures(structure must contain string field) we cannot store the data ny getting input from keyboard.Why?
Read Answers (1) | Asked by : venkatesh


 Sponsored Links

 
Related Articles

OOPS Tutorials

Object oriented programming OOP is a computer science term used to characterize a programming language that began development in the 1960’ s The term object oriented programming’ was originally coined by Xerox PARC to designate a computer application that describes the methodol
 

C++ Structure Part II

C Structure Part II In this C tutorial Structures Part II you will learn how to use structure in an efficient way and features of structures explained with examples mosgoogle center Structure Members Initialization As with arrays and variables structure members can also be initialized This is perfor
 

C++ Structure

C Structure In this C tutorial you will learn about Structure declaring a Structure how to declare Structure Variable and how to access the structure members in C mosgoogle What is a Structure Structure is a collection of variables under a single name Variables can be of any type int float char et
 

What is Common Data Structure

In big data warehouses such as those used by business organizations which may have many branches around the world and which may have diversified products and services, different kinds of data flood the warehouse every single day. These data may come from other warehouse data sources, or simply fresh
 

ITIL Structure

In this article, let us go through some of the aspects involved in the ITIL Structure. Business Perspective The business perspective is meant to familiarize the Business Management with the supporting components and the architectural design of the Information and Technology (ICT), the infrastructure
 

NLP Subjectivity Structure

NLP  Subjectivity Structure Introduction Neuro linguistic Programming consists of three essential and vital components that form an experience They are neurology language and programming Neuro linguistic Programming therefore provides a description for the dynamics between the mind and the
 

VSAM Structure

VSAM Structure In this Mainframe tutorial you will learn about VSAM Structure four major areas of VSAM structure what is VSAM cluster VSAM components Defining VSAM cluster and Example for defining VSAM clusters mosgoogle center There are four major areas in the structure of VSAM They are The Mas
 

Understanding The Work Structure of Project Management

Understanding The Work Structure of Project Management The project management process requires a team to be formed who can successfully complete a project At the head of the team is the project manager and they must be able to delegate the tasks of the project to each member The ability to do this p
 

The Inheritance Concept In OOPs

The Inheritance Concept In OOPs In object oriented programming objects will be characterised by classes It is possible to learn a lot about an object based on the class it belongs to Even if you are not familiar with the name Maybach If I told you it is a car you would immediately know that it has f
 

Understanding The Message Concept In OOPs

Understanding The Message Concept In OOPs To understand object oriented programming you will need to become familiar with messages As the name implies a message is a process in which software objects will communicate with one another Because of this having one object is not enough mosgoogle An objec
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape