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
How is a null pointer different from a dangling pointer?
What is the use of bitwise operator?
What is the meaning of ?
i want to know the procedure of qualcomm for getting a job through offcampus
Describe dynamic data structure in c programming language?
Why isn't it being handled properly?
How can I get the current date or time of day in a c program?
How can you convert integers to binary or hexadecimal?
Is c still relevant?
What is the difference between call by value and call by reference in c?
What is preprocessor with example?
How many identifiers are there in c?
code for quick sort?
How can I write functions that take a variable number of arguments?
Can stdout be forced to print somewhere other than the screen?