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

Post New Answer

More C Interview Questions

Are enumerations really portable?

0 Answers  


How can I handle floating-point exceptions gracefully?

0 Answers  


can we have joblib in a proc ?

0 Answers  


enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program

1 Answers  


dynamically allocate memory for linear array of n integers,store some elements in it and find some of them

1 Answers  


do you think its fraud or original company?

0 Answers  


How do you use a 'Local Block'?

0 Answers   Ericsson,


how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.

2 Answers  


How to access or modify the const variable in c ?

16 Answers   HCL, HP,


how to find a 5th bit is set in c program

4 Answers   IBM,


Is linux written in c?

0 Answers  


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

0 Answers   Wilco,


Categories