WHAT IS ABSTRACT DATA TYPE

Answer Posted / amit

A set of data values and associated operations that are
precisely specified independent of any particular
implementation.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many keywords (reserve words) are in c?

850


What is the use of a semicolon (;) at the end of every program statement?

1180


What is huge pointer in c?

808


What is enumerated data type in c?

877


How to throw some light on the b tree?

859


What is difference between function overloading and operator overloading?

897


illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

1867


Is there any possibility to create customized header file with c programming language?

862


Differentiate between static and dynamic modeling.

884


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

2304


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

890


C language questions for civil engineering

1500


Write a program in c to replace any vowel in a string with z?

915


Define and explain about ! Operator?

812


What is the benefit of using #define to declare a constant?

874