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 do you mean by enumeration constant?
Can we change the value of static variable in c?
What are the types of arrays in c?
What is the explanation for the dangling pointer in c?
what is the role you expect in software industry?
Explain about the constants which help in debugging?
What does == mean in texting?
Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
What is Function Pointer? Explain with example?
What is indirect recursion? give an example?
What is the difference between realloc() and free()