what is difference between array and structure?
Answer Posted / rajprasadmaity
chaining and open addressing in hash table ?
| Is This Answer Correct ? | 53 Yes | 75 No |
Post New Answer View All Answers
What are the characteristics of arrays in c?
What is #error and use of it?
How can I change the size of the dynamically allocated array?
Explain how do you determine the length of a string value that was stored in a variable?
What are the types of data files?
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.
What are type modifiers in c?
What Is The Difference Between Null And Void Pointer?
What is mean by data types in c?
Can I initialize unions?
When is the “void” keyword used in a function?
What is a pointer and how it is initialized?
How to implement a packet in C
Implement bit Array in C.
Explain the difference between exit() and _exit() function?