How many types of linked lists what are they?
How many types of data structures?
Answer Posted / gaurav s
Not a single person mentioned generalized linked list?
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Write a program to identify if a given binary tree is balanced or not.
What is a substring in c?
Differentiate between a for loop and a while loop? What are it uses?
Why enum is used in c?
What is function definition in c?
Is c language still used?
Who invented bcpl language?
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.
hi any body pls give me company name interview conduct "c" language only
What is the role of && operator in a program code?
What does sizeof int return?
I need testPalindrome and removeSpace
#include
What does c mean in standard form?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Explain what does it mean when a pointer is used in an if statement?