What is the real difference between arrays and pointers?
Answer Posted / bhavani.p
Array is slow,array refer data in memory location.
Pointer is fast,pointer refer address to the memory location....
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Do pointers take up memory?
When should the register modifier be used? Does it really help?
Can a variable be both static and volatile in c?
What is a lvalue
What is keyword in c?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
Write a program to know whether the input number is an armstrong number.
Write a program to reverse a linked list in c.
Differentiate call by value and call by reference?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
Does c have an equivalent to pascals with statement?
Explain the properties of union.
What is a protocol in c?
What is the use of sizeof?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.