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

WHAT IS ABSTRACT DATA TYPE

Answer Posted / suruthi.s

A data type which is created using abstract data process is
known as abstract data type.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What happens if a header file is included twice?

1079


Are the variables argc and argv are local to main?

1363


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1919


How do you view the path?

1185


What does stand for?

1143


What is a pointer on a pointer in c programming language?

1191


What is wrong with this code?

1245


Why we use void main in c?

1231


What is sizeof array?

1107


What is the difference between array and linked list in c?

1209


What are the advantages of using linked list for tree construction?

1146


What is restrict keyword in c?

1171


What is a volatile keyword in c?

1214


main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }

1509


Is it cc or c in a letter?

1081