What is the real difference between arrays and pointers?

Answer Posted / ajay kumar

The name of the array represents the base address of the array. Thus, the name of the array can be used effectively as any other pointer to an array in accessing the elements of the array.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c object oriented?

544


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3252


Is anything faster than c?

591


Do you know what are the properties of union in c?

588


hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .

1906






What are # preprocessor operator in c?

634


WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER

1466


Discuss the function of conditional operator, size of operator and comma operator with examples.

682


What is pivot in c?

570


write a program to display all prime numbers

1461


What is realloc in c?

581


What Is The Difference Between Null And Void Pointer?

650


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

713


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

2989


How will you write a code for accessing the length of an array without assigning it to another variable?

619