Can the sizeof operator be used to tell the size of an array passed to a function?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Which one would you prefer - a macro or a function?

0 Answers  


how logic is used

0 Answers  


What is the code in while loop that returns the output of given code?

0 Answers  


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

0 Answers  


What is the memory allocated by the following definition ? int (*x)();

2 Answers   ADITI,


Explain 'bit masking'?

0 Answers   EXL,


What is a symbolic constant?

1 Answers  


Where are some collections of useful code fragments and examples?

0 Answers   Celstream,


How macro execution is faster than function ?

0 Answers   Wipro,


difference between function & structure

9 Answers   Verizon,


Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.

0 Answers  


What are pointers in C?

5 Answers   KPIT,


Categories