How can you pass an array to a function by value?


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

Post New Answer

More C Interview Questions

What is %g in c?

0 Answers  


wt is d full form of c

6 Answers   TCS, Wipro,


What is unsigned int in c?

0 Answers  


What is the size of structure in c?

0 Answers  


what do you mean by inline function in C?

0 Answers   IBS, TCS,


Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack

3 Answers  


write a program to add two numbers of any size.....(remember any size)

1 Answers  


What is modeling?

0 Answers  


What is the meaning of 2d in c?

0 Answers  


let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................

8 Answers  


List the difference between a "copy constructor" and a "assignment operator"?

0 Answers   Accenture,


How to print India by nested loop? I IN IND INDI INDIA

4 Answers   NIIT, Wipro,


Categories