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 ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is wrong with this statement? Myname = ?robin?;

1039


How do you define a string?

658


What is the use of putchar function?

654


Write the Program to reverse a string using pointers.

620


Explain about C function prototype?

613






Explain the difference between call by value and call by reference in c language?

651


The purpose of this exercise is to benchmark file writing and reading speed. This exercise is divided into two parts. a). Write a file character by character such that the total file size becomes approximately >10K. After writing close the file handler, open a new stream and read the file character by character. Record both times. Execute this exercise at least 4 times b). Create a buffer capable of storing 100 characters. Now after generating the characters, first store them in the buffer. Once the buffer is filled up, store all the elements in the file. Repeat the process until the total file size becomes approximately >10K.While reading read a while line, store it in buffer and once buffer gets filled up, display the whole buffer. Repeat the exercise at least 4 times with different size of buffer (50, 100, 150 …). Records the times. c). Do an analysis of the differences in times and submit it in class.

1637


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

804


Explain how can a program be made to print the name of a source file where an error occurs?

693


What are data structures in c and how to use them?

682


Explain how do you view the path?

660


What does %c mean in c?

656


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

2204


What are actual arguments?

649


What are the basic data types associated with c?

820