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 are variables c?

1090


Is it possible to pass an entire structure to functions?

1053


Give basis knowledge of web designing ...

2058


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

2385


Explain high-order bytes.

1176


What is main () in c?

1115


What is the significance of scope resolution operator?

1453


What do the functions atoi(), itoa() and gcvt() do?

1245


What are local static variables? How can you use them?

1197


the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....

23894


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1942


Between macros and functions,which is better to use and why?

2314


What does %c mean in c?

1137


What is static and volatile in c?

1263


Explain what are reserved words?

1157