wat is the difference between array and pointer?

Answer Posted / sanjay gupta

array is the similsr type of data and pointer is a momery location of element...

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can a number be converted to a string?

885


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

2101


What is a pointer value and address in c?

811


Write a program to print “hello world” without using semicolon?

865


what is the difference between 123 and 0123 in c?

934


How can I convert a number to a string?

810


Why we use conio h in c?

881


what do the 'c' and 'v' in argc and argv stand for?

853


What is the difference between struct and union in C?

860


difference between object file and executable file

6317


Are comments included during the compilation stage and placed in the EXE file as well?

865


Explain pointer. What are function pointers in C?

815


Explain how can I prevent another program from modifying part of a file that I am modifying?

851


What are different types of variables in c?

754


What are bitwise shift operators in c programming?

820