How arrays can be passed to a user defined function


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

Post New Answer

More C Interview Questions

How is a two dimensional array passed to function when the order of matrix is not known at complie time?

1 Answers   CSC,


What is putchar() function?

0 Answers  


What is function what are the types of function?

0 Answers  


What are the loops in c?

0 Answers  


Why isnt there a numbered, multi-level break statement to break out

0 Answers  






What is 02d in c?

0 Answers  


What are the differences between new and malloc in C?

0 Answers   Amazon,


Can a binary search tree be used as an index? If yes, how? Explain

0 Answers   TCS,


write a c program for greatest of three numbers without using if statment

4 Answers   IBM,


What are the parts of c program?

0 Answers  


Explain the use of keyword 'register' with respect to variables.

0 Answers  


what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }

7 Answers  


Categories