Explain the difference between call by value and call by reference in c language?


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

Post New Answer

More C Interview Questions

What does volatile do?

0 Answers  


what is the output? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above

3 Answers   Accenture, Infosys, Wipro,


why u join this call center?

6 Answers   DELL,


The difference between printf and fprintf is ?

0 Answers   Baan Infotech,


What is the difference between mpi and openmp?

0 Answers  






what is pointer?

13 Answers   HCL, TCS,


4. main() { int c=- -2; printf("c=%d",c); }

0 Answers  


What does printf does?

0 Answers  


why ordinary variable store the later value not the initial

1 Answers  


What are type modifiers in c?

0 Answers  


Explain what happens if you free a pointer twice?

0 Answers  


What does void main return?

0 Answers  


Categories