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

Why isnt there a numbered, multi-level break statement to break out

829


Write a program to swap two numbers without using a temporary variable?

868


Explain how can I write functions that take a variable number of arguments?

816


Define recursion in c.

959


Why does everyone say not to use scanf? What should I use instead?

1086


How do we open a binary file in Read/Write mode in C?

983


What is hash table in c?

787


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

822


How reliable are floating-point comparisons?

852


How can I open files mentioned on the command line, and parse option flags?

833


What is meant by inheritance?

856


Which is more efficient, a switch statement or an if else chain?

787


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

2892


Can you define which header file to include at compile time?

809


What is static volatile in c?

768