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
How can a number be converted to a string?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What is a pointer value and address in c?
Write a program to print “hello world” without using semicolon?
what is the difference between 123 and 0123 in c?
How can I convert a number to a string?
Why we use conio h in c?
what do the 'c' and 'v' in argc and argv stand for?
What is the difference between struct and union in C?
difference between object file and executable file
Are comments included during the compilation stage and placed in the EXE file as well?
Explain pointer. What are function pointers in C?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What are different types of variables in c?
What are bitwise shift operators in c programming?