Differentiate call by value and call by reference?


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

Post New Answer

More C Interview Questions

what is the meaning of java that is (J A V A) full form of JAVA

71 Answers   AKS University, Bhel, BNL, BPO, HCL, Peacecon,


hat is a pointer?

4 Answers   Assurgent,


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

0 Answers  


What is string function in c?

0 Answers  


Explain in detail how strset (string handling function works )pls explain it with an example.

1 Answers  






What is main () in c?

0 Answers  


What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?

1 Answers  


#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }

7 Answers   HCL,


Explain what does the function toupper() do?

0 Answers  


how write a addtion of two single dimensional array using of pointer in c language?

3 Answers   DRDO,


what are the uses of structure?

7 Answers   HCL,


A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

0 Answers   HCL,


Categories