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

How can I implement opaque (abstract) data types in C?
What's the difference between these two declarations?

struct x1 { ... };
typedef struct { ... } x2;

Answer Posted / phani kumar s

using the structures and the pointers
n structures the memory will be allocated for each object at
different locations struct x1 { ... };

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?

2534


What is a const pointer in c?

1086


What are local variables c?

968


Can the curly brackets { } be used to enclose a single line of code?

1129


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

3206


What is the right type to use for boolean values in c?

997


How can I get the current date or time of day in a c program?

1178


Is c procedural or object oriented?

964


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

1057


Why is c so important?

1007


Why can arithmetic operations not be performed on void pointers?

994


How can I dynamically allocate arrays?

1042


Can we access array using pointer in c language?

1050


Explain what math functions are available for integers? For floating point?

1073


What are all different types of pointers in c?

965