what is meant by the "equivalence of pointers and arrays" in
C?
Answer Posted / sameer
name of array(without subscript) points to the first
location of array.
eg. a[10].
a points to first location of array.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Differentiate between the = symbol and == symbol?
What are the valid places to have keyword “break”?
what value is returned to operating system after program execution?
What are extern variables in c?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Can you return null in c?
What are local static variables? How can you use them?
How many types of functions are there in c?
What is d scanf?
show how link list can be used to repersent the following polynomial i) 5x+2
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What are the features of the c language?
How do you initialize pointer variables?
What is volatile variable in c?
What is bubble sort in c?