What is the real difference between arrays and pointers?

Answers were Sorted based on User's Feedback



What is the real difference between arrays and pointers?..

Answer / mak

@ved: abey chutiye kyu bakchodi kar rha hai idhar....

Is This Answer Correct ?    1 Yes 0 No

What is the real difference between arrays and pointers?..

Answer / jayu

in that case i just want to tell u 1 thing that the array
needs continuous memory ,but pointer could be flexible in the,
memory allocation cases.

Is This Answer Correct ?    1 Yes 0 No

What is the real difference between arrays and pointers?..

Answer / nagendra kumar

pointer is dependent variable
array is not a dependent variable
array is a constant pointer type it is sequence of variables

Is This Answer Correct ?    1 Yes 0 No

What is the real difference between arrays and pointers?..

Answer / shailesh

u can access arrays by index where pointers are help to pass references to the object

Is This Answer Correct ?    0 Yes 0 No

What is the real difference between arrays and pointers?..

Answer / raja

answer#1

Is This Answer Correct ?    0 Yes 3 No

What is the real difference between arrays and pointers?..

Answer / johnson

Down at the lowest level, they both store addresses, there is
no difference. The difference is simply how the C language
allows you to use them, specially with multi dimensional
arrays. Single dimemsion arrays and pointers are practically
interchangeable.

Is This Answer Correct ?    37 Yes 47 No

What is the real difference between arrays and pointers?..

Answer / ved prakash

There is NO DIFFERENCE between Array and Pointer... Both
are 100% Equivalent... Ya but Implementation wise Array
is more friendly than Pointer, Actually Internally array is
converted into Pointer by the compiler..

I can Write more if you are not getting my Point..
U can contact me at VED.COM@GMAIL.COM

Is This Answer Correct ?    26 Yes 89 No

Post New Answer

More C Interview Questions

Write a program that can show the multiplication table.

0 Answers   Student,


program for comparing 2 strings without strcmp()

4 Answers  


give one ip, find out which contry

4 Answers   Google,


differentiate between const char *a; char *const a; and char const *a;

2 Answers   College School Exams Tests, HCL, TCS,


What is f'n in math?

0 Answers  


What is the difference between functions getch() and getche()?

0 Answers  


What is getch() function?

0 Answers  


What is the difference between char a[] = "string"; and char *p = "string"; ?

14 Answers   Adobe, Honeywell, TCS,


Explain Basic concepts of C language?

0 Answers   EXL,


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

1 Answers   TCS,


What is the use of c language in real life?

0 Answers  


How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance

8 Answers  


Categories