compare array with pointer?

Answer Posted / vadivel t

conceptually, pointer is another representation of an array.
In both the concepts data elements can be accessed using
subscripts.

Array knows the boundary of it. But pointer will not know
its boundary, unless otherwise informed explicitly.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why c is procedure oriented?

574


Explain how do you determine a file’s attributes?

594


What are structure types in C?

669


What is scanf () in c?

662


Explain how do you list a file’s date and time?

621






hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?

1662


How can I manipulate strings of multibyte characters?

639


What is fflush() function?

644


Is null a keyword in c?

737


What is .obj file in c?

648


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

1727


Is null equal to 0 in sql?

655


Explain the array representation of a binary tree in C.

728


What is ambagious result in C? explain with an example.

2057


Why functions are used in c?

587