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 ?
No Answer is Posted For this Question
Be the First to Post Answer
What is Lazy evaluation in C? Give an example.
What is header file in c?
How to write the code of the program to swap two numbers with in one statement?
What are pointers really good for, anyway?
What are the c keywords?
What is wild pointer in c with example?
Explain the difference between #include "..." And #include <...> In c?
Do pointers need to be initialized?
how to add numbers without using arithmetic operators.
write a program to display the frequency of each element in a given array in c language
What is modeling?
What are volatile variables in c?