![]() |
| 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 |
![]() 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
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||