wat is the difference between array and pointer?
Answer Posted / shraddha choubey
1)array do not contains address.. but pointers contains address .
2)array means continues memory location but,pointers do not.
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
Sir i need notes for structure,functions,pointers in c language can you help me please
What are the key features in c programming language?
Write the Program to reverse a string using pointers.
what do you mean by enumeration constant?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
What is the scope of an external variable in c?
What’s the special use of UNIONS?
What is fflush() function?
How do I determine whether a character is numeric, alphabetic, and so on?
What are the basic data types associated with c?
What is array of pointers to string?
What is const keyword in c?
What is the size of a union variable?
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 disadvantages of C language.