What is the real difference between arrays and pointers?
Answer Posted / ravi
Array is simply collecton of similar datatype and the pointer is a variable that represents the location of that data.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the newline escape sequence?
Is javascript written in c?
Explain a pre-processor and its advantages.
What is the size of structure pointer in c?
Explain what’s a signal? Explain what do I use signals for?
What is #define in c?
What is a static function in c?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What are compound statements?
What is the difference between far and near in c?
Is there any data type in c with variable size?
What are directives in c?
Where are c variables stored in memory?
Explain what is wrong with this program statement?
Explain what is the best way to comment out a section of code that contains comments?