what is data structure?

Answer Posted / p.saravanana

Data structure is a (computer science) the organization of
data (and its storage allocations in a computer)

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

The program will first compute the tax you owe based on your income. User is prompted to enter income. Program will compute the total amount of tax owed based on the following: Income Tax 0 - $45,000 = 0.15 x income $45,001 - $90,000 = 6750 + 0.20 x (income – 45000) $90,001 - $140,000 = 15750 + 0.26 x (income – 90000) $140,001 - $200,000 = 28750 + 0.29 x (income – 140000) Greater than $200,000 = 46150 + 0.33 x (income – 200000) Dollar amounts should be in dollars and cents (float point numbers with two decimals shown). Tax is displayed on the screen.

1056


What do you understand by friend-functions? How are they used?

641


What is pointer and structure in c?

565


In C programming, how do you insert quote characters (‘ and “) into the output screen?

888


What is c token?

601






What does sizeof function do?

610


swap 2 numbers without using third variable?

656


What is the difference between void main and main in c?

621


What is the difference between constant pointer and constant variable?

742


How can I read and write comma-delimited text?

616


What do you mean by dynamic memory allocation in c?

644


How can I implement a delay, or time a users response, with sub-second resolution?

615


What is the difference between the = symbol and == symbol?

619


What is wrong with this code?

689


Why we write conio h in c?

559