how does a general function , that accepts an array as a
parameter, "knows" the size of the array ?
How should it define it parameters list ?
Answer Posted / ganesh bankar
its compilers job to identify what is the size the array
depending upon which array is passed to the function.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Can we change the value of static variable in c?
why we wont use '&' sing in aceesing the string using scanf
how could explain about job profile
How do you print an address?
Subtract Two Number Without Using Subtraction Operator
What are the different types of control structures?
How many types of sorting are there in c?
#include
Do you know the difference between malloc() and calloc() function?
Why is void main used?
What does 4d mean in c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
How can I change the size of the dynamically allocated array?
Difference between exit() and _exit() function?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?