What is the real difference between arrays and pointers?
Answer Posted / guest
Arrays automatically allocate space which is fixed in size and
location; pointers are dynamic.
| Is This Answer Correct ? | 202 Yes | 25 No |
Post New Answer View All Answers
What is difference between static and global variable in c?
How can I swap two values without using a temporary?
How to find a missed value, if you want to store 100 values in a 99 sized array?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What are runtime error?
What are header files in c programming?
What is return in c programming?
In a switch statement, explain what will happen if a break statement is omitted?
What is memcpy() function?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is the meaning of c in c language?
Why is %d used in c?
What is difference between array and structure in c?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What are valid operations on pointers?