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
Explain 'bit masking'?
What is #error and use of it?
What are loops c?
all c language question
Why we write conio h in c?
What is the purpose of scanf() and printf() functions?
How can I delete a file?
What functions are used in dynamic memory allocation in c?
What is getche() function?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
How do you determine a file’s attributes?
In C language what is a 'dangling pointer'?
Why c is called a middle level language?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What is #pragma statements?