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
What is the explanation for cyclic nature of data types in c?
Explain union. What are its advantages?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Why is it that not all header files are declared in every C program?
What is sorting in c plus plus?
In which language linux is written?
Explain how can a program be made to print the name of a source file where an error occurs?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
Distinguish between actual and formal arguments.
List some of the dynamic data structures in C?
Write a c program to demonstrate character and string constants?
How do you use a pointer to a function?
What is sizeof array in c?
Explain what are its uses in c programming?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none