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 f'n in math?
What is array of structure in c?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
How can I recover the file name given an open stream or file descriptor?
How do you define CONSTANT in C?
Explain which function in c can be used to append a string to another string?
Explain bitwise shift operators?
Can a file other than a .h file be included with #include?
Can you please explain the difference between strcpy() and memcpy() function?
FILE PROGRAMMING
What does == mean in texting?
For what purpose null pointer used?
What is the difference between fread buffer() and fwrite buffer()?
What is volatile keyword in c?
diff between exptected result and requirement?