![]() |
| 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 : Auto variables are stores in the Stack . ... Where does global, static, local, register variables, free memory and C Program instructions get stored? Describe about storage allocation and scope of global, extern, static, local and register variables? Describe about storage allocation and scope of global, extern, static, local and register variables? Latest Answer : Register variables are stores in the registers, so the speed of processing is much more then the normal variables. ... 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. ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||